Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 28, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 19 Nov 2014 at 8:02

@GoogleCodeExporter
Copy link
Author

Hi 

Did you find the solution for this issue ..?

Thanks 

Original comment by [email protected] on 6 Jan 2015 at 8:54

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant