Is it possible to dynamic change java.library.path?
Hello!I would like to add a path during runtime to java.library.path.
I could set it at start up as:
java -Djava.library.path="C:\Program Files\Java\jdk1.5.0\jre\bin" -jar myjar.jar
But I think it would be nicer to do this during runtime.
Best regards
Fredrik
