-Djava.library.path="path to a dll"
This replace the environment path variable in the current session. I want to append this path to the already existing path.
Kindly let me know how to do it. I'm calling a jar from command prompt using
java -Djava.library.path="path to a dll" -jar myjar.jar