Reference command line variable from VM Options
已回答
I'm trying to append to the java.library.path using the vm options for a project.
For example, I've tried the following
-Djava.library.path=${java.library.path};./bin
-Djava.library.path=%java.library.path%;./bin%
-Djava.library.path=$java.library.path$;./bin$
Thanks,
Liam
请先登录再写评论。
Could you clarify where you specify these VM options? It should be specified in the Run/Debug configuration VM Options field.