Option (OPTION)

Specifies special options used when running the Java class.

The possible values are:

*NONE
No special options are used when running the Java class.

*VERBOSE
A message is displayed each time a class file is loaded.

*DEBUG
Allows the iSeries system debugger to be used for this Java program.

*VERBOSEGC
A message is displayed for each garbage collection sweep.

*NOCLASSGC
Unused classes are not reclaimed when garbage collection is run.