sauravsingh29 / javahidapi

Automatically exported from code.google.com/p/javahidapi
Other
0 stars 0 forks source link

Null Pointer error on list device() method --java.lang.reflect.InvocationTargetException #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Devices:

Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoa
der.java:58)
Caused by: java.lang.NullPointerException
        at com.codeminders.hidapi.HIDAPITest.listDevices(HIDAPITest.java:115)
        at com.codeminders.hidapi.HIDAPITest.main(HIDAPITest.java:39)
        ... 5 more

Original issue reported on code.google.com by ajeetsin...@gmail.com on 19 Nov 2014 at 8:02

GoogleCodeExporter commented 8 years ago
Hi 

Did you find the solution for this issue ..?

Thanks 

Original comment by mukesh20...@gmail.com on 6 Jan 2015 at 8:54