Can I write hardware interrupt handlers in Java using pure Java, JNI, or something else?
Location: http://www.jguru.com/faq/view.jsp?EID=21532 Created: Mar 8, 2000 Modified: 2000-03-08 03:02:38.509 Author: MAHESH MULCHANDANI (http://www.jguru.com/guru/viewbio.jsp?EID=18395) Question originally posed by Babu King (http://www.jguru.com/guru/viewbio.jsp?EID=12999 Using Java no, but using JNI you can write the same in language like c or c++, because currently only these two languages are supported for native interface in java.