The JDK configuration dialog is displayed when you click the Configure JDKs button on the Java version tab or in the Java editor settings dialog. |
In this dialog, you can add one or more JDKs that will be available for the purposes outlined on the
Java version help page. The JDK configurations are
not saved in the project, they are saved globally for your install4j installation.
When you add a new JDK, you are asked for the home directory of the JDK that you want to enter. Instead of
a JDK, you can also select a JRE, in which case no parameter names will be available in the code completion
proposals of JDK methods. After you select the home directory, install4j will check whether the directory
contains a JDK or JRE and runs The table that shows the configured JDKs has several columns:
When you delete the JDK configuration that is currently used by the project, the project will still reference the same configured symbolic name for the JDK. It will then be shown in red color with a [not configured] message attached. Changing the order of JDK configuration changes the order in the drop-down list on the Java version tab or in the Java editor settings dialog. |