Intellij Run/Debug Configuration change ../bin/java 关注
已回答
Our java sdk include custom bash script for run a java application. Intellij default configuration for java application call this command:
JDK_PATH/bin/java -ALL_PARAMETERS
I change this like
JDK_PATH/bin/custom_java -ALL_PARAMETERS
eclipse support its with java executable/Alternate. How to change it in Intellij?
-- OR --
Shell Script can be used but there is a problem that script options not accept $(ENV).
can we fixed this stuation?
请先登录再写评论。
There is a related request: IDEA-153639 Alternate java executable
>Shell Script can be used but there is a problem that script options not accept $(ENV).
Could you clarify this problem and the use case please?
Please note that you can configure/customize the environment variables in Shell Script Run Configuration Environment variables field.