Dummy question but I spent half an hour looking for an answer
If I try to set it on runtime
System.setProperty("java.library.path", "C:\\Users\\elect\\Documents\\SixenseSDK_062612\\SixenseSDK_062612\\bin\\x64\\release_dll");
or
System.setProperty("java.library.path", "C:\\Users\\elect\\Documents\\SixenseSDK_062612\\SixenseSDK_062612\\bin\\x64\\release_dll\\");
it doesnt see the lib
if I put it in the VM option it works, but I want to append, neither %% or $ work
Ps: I am on win