How to set the execution directory with JCreator (

2019-08-01 04:59发布

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).

标签: java jcreator
1条回答
兄弟一词,经得起流年.
2楼-- · 2019-08-01 05:08

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.

查看更多
登录 后发表回答