JAVA USB detection
Hi all,
I am developing an application that requires to read a properties file from the USB memory stick. I have tried the Open Source jUSB. The API's in that allow you to detect the USB. But it doesnt tell you which drive the USB is on (for eg. USB drive is E drive on my laptop). I need the application to retrieve the drive letter and read the properties file. The applDoes anyone have any solution for this ?
Then it hit on me that probably after the USB is inserted, some registry changes might occur which shows which drive the USB is on. Again no luck :-(
Would anyone have any kind of solution, or would JNI be needed for this purpose ?
Thanks in advance !!!!

