How to set the execution directory with JCreator (

2019-08-01 05:13发布

问题:

Is it possible, to execute a class in a specified directory?

I mean, a.class is in directory abc and i want it to be executed as if it were in directory xyz (directly from the IDE of JCreator).

回答1:

Isn't that in the runtime environment settings? If not I'd try making a shortcut that runs the full path of JCreator but set the the current directory to where you want the execution to happen.



标签: java jcreator