Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6431 - Cannot use option browserExecution on method in this class

6431   Cannot use option browserExecution on method in this class

Cause

This error occurs when you attempt to compile a method with the browserExecution option in which the option is not allowed.

You can only use this option for methods in primitive types (including primitive arrays) and the Application class.

Action

Remove the browserExecution option from the signature.