Classpath entry dialog

  
 previous up next 


The class path entry dialog is shown when clicking on the  add button in the "configure java invocation" step of the launcher wizard. Upon closing this dialog with the [Ok] button, a new class path entry will be appended to the bottom of the class path list of that step.

To define a class path entry, you first select the entry type, then check the fail if an error occurs with this class path entry checkbox in case you want the startup to be terminated if this class path entry is faulty and finally fill out the Detail section of the dialog which is dependent on the selected entry type. The following entry types are available:

Except for the "Environment variable" classpath type, you can use environment variables in the text field with the following syntax: ${VARIABLE_NAME} where you replace VARIABLE_NAME with the desired environment variable.

Note that for path selections by means of a file chooser ([...] buttons), install4j will try to convert the path to be relative to the distribution source directory.