NoClassDefFoundError ...

Hi!

I installed processing on raspberry pi

Im trying to run the videolibrary but cannot get it to work. Im using the included loopexample in processing but are getting the error message:

NoClassDefFoundError: Could not initialize class com.sun.jna.Native

what can be wrong?

Answers

  • Do you use a distribution made for this system? Because the native libraries (.dll on Windows, .so on Linux, etc.) must be compiled for it.

Sign In or Register to comment.