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

executeClass

The executeClass parameter specifies the name of the existing class in which an existing method or script specified in the executeMethod or executeScript parameter is to be executed in the non-GUI application specified in the app parameter.

The default value is JadeScript. (See also the executeSchema and executeTransient parameters.)

Although this parameter is optional with the executeScript parameter, you must specify it when you specify the executeMethod or parameter.