Running a JADE Application

You can run JADE applications in the following ways.

A user application developed using an Enterprise or Free restricted licence that is invoked from outside of the JADE development environment displays a splash screen stating that it is a test environment. (A test environment is not for production use.) The only action that the user can perform is to click anywhere on the splash screen or to press any key to remove the splash screen.

The type of licence is displayed at the bottom of the JADE development environment sign-on screen (that is, an unrestricted primary (Production) licence or an Enterprise or Free restricted licence).

Operating system command line arguments are delimited by white space, which is either a space or a tab. A command-line argument is the information that follows the program's name on the command line of the operating system. Command-line arguments are used to pass information to the program.

A command is split into an array of strings named arguments. Argument 0 is (normally) the command name, argument 1, the first element following the command, and so on.