Hi,
I'm using pde to run a processing app , and I got the following error :
"Verify that the java.library.path property is correctly set" .
could anyone of you tells me how to solve this problem ?
thanks in advance .
Hi,
I'm using pde to run a processing app , and I got the following error :
"Verify that the java.library.path property is correctly set" .
could anyone of you tells me how to solve this problem ?
thanks in advance .
You can set it on the command line thus:
java -Djava.library.path=...
and point it to the directory containing the relevant library.
in eclipse, for OpenCV, i've just tested this way and it "seems" to work:
in menu RUN / Run Configuration, add in the (x)=Arguments tab for your sketch, add this in the VM arguments field:
-Djava.library.path="/Applications/Processing.app/Contents/Resources/Java/libraries/OpenCV/library/"