I'm using PDE to run a Processing sketch, and I get the following error:
Verify that the
java.library.pathproperty is correctly set.
Could anyone of you tell me how to solve this problem?
I'm using PDE to run a Processing sketch, and I get the following error:
Verify that the
java.library.pathproperty is correctly set.
Could anyone of you tell me how to solve this problem?
Conclusion of above all answers (short form) is as follows:
Lets say my lib folder path is lib/
Then to add in the library path: run below command:
java -Djava.library.path=lib/ -jar mySampleJar.jar