My project need the vm option to run properly, with this:
-Djava.library.path="C:\your-path\SimpleITK-2.2.1-Java-win64"
if not configured, every run/debug returns this error:
java.lang.UnsatisfiedLinkError: no SimpleITKJava in java.library.path
and this is the exact error that i get when i build my project and try to execute the jar. I'm using intellij with windows. How can i "configure the vm option" for build?