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

executeMethod

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

When you specify the executeMethod parameter, you must also specify the executeClass parameter with the name of an existing class in which the specified method is defined. If you do not specify a valid value in the executeClass parameter, exception 1407 is raised.

The executeMethod parameter takes precedence over the executeScript parameter if that is also specified with a valid file name value.

See also the executeParam parameter.