Product Information > JADE Runtime Application Guide > Chapter 1 - Running a JADE User Application > executeScript

executeScript

The optional executeScript parameter specifies the name of the existing valid file that you want to execute in the non-GUI application specified in the app parameter.

The jadclient executable requires the executeScript parameter with a specified valid file name if you execute a method by using the Process class executeScript method.

If you do not specify the executeClass parameter with the name of a valid class in the application, the script is expected to be defined in the default JadeScript class.

If the executeMethod parameter is also defined, that parameter takes precedence over the executeScript parameter.

See also the executeParam parameter.