Definining java.library.path
843798May 16 2008 — edited May 19 2008HEllo.!
For a little vtk app i have to launch the JVM with this flag:
-Djava.library.path=/usr/local/lib
The application works. How eveer I don't want to delete the rest of dirs. How should I append this dir to the library path. I'm using linux Kubuntu 8.04. Pease, any solution without have to set LD_LIBRARY_PATH?
Bye!