therau2000 wrote: > > > libusb-1.0.dll is getting loaded by the interface class with the > > > following command: > > > MyLib libUSB = (MyLib) Native.loadLibrary("usb-1.0", MyLib.class); > > > > I don't even know what programming language that is? :\ > > Fair enough. It is Java.
Ok. I googled: http://www.google.com/search?q=java+native+loadlibrary The first hit seems to be the relevant documentation, for JNA. I guess you know it inside out. The closest thing to unload seems to be the two variants of unregister(), but there's no saying if that will indeed unload the library or what it does. I think you have to look for some JNA experts.. //Peter ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel