is it possible to get a usb device driver's available operations and call them using a java applet ? let's say i wanna read a fingerprint from my FP reader on Windows, despite of the possibility of using the java SDKs around the web, can i control the device myself using java ? Thanks
Asked
Active
Viewed 109 times
1 Answers
0
Yes possible you can do this by using c/c++ and then import it using native
keyword in java. Just googling you can find help for this.

laksys
- 3,228
- 4
- 27
- 38
-
But how can i get operations list from C++ ? – The Eighth Ero Jun 22 '13 at 00:49