I\'m using PDE to run a Processing sketch, and I get the following error:
Verify that the java.library.path property is correctly
java.library.path
In Eclipse, I did this to get OpenCV working:
Add this in the VM arguments field:
-Djava.library.path="/path/to/OpenCV/library"