'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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source