I have an external library with dll files, I’m using netbeans and java. I would like to add a library path like: “java -Djava.library.path=”bin””, to my jar file, how can i do this?
I have to add the relative path, and i do have to add it, becouse it will be a program for users and I want it to not require install at all.
Thanks
You need to specify the full JAR path: