Running Java classes


Java applications may be run in several ways.

To run a Java application:

Alternately, you can select the Java object in the Editor window and then run it one of the following ways:

When executing, the Java class is (by default) first compiled. After compilation completes successfully, the IDE switches to the Running Workspace (though you may configure it to do otherwise by opening the Project Settings window, selecting the Execution Settings node, and changing the Workspace property). You can return the IDE to the Editing or the GUI Editing workspace by clicking the tab for the workspace in the lower left part of the Main Window. See Workspaces and Customizing workspaces for more information.


Contents Prev Next Index