Runnable Java objects are marked with
the icon in the Explorer.
If the file has not been compiled
or the .class file is out of date, the IDE
compiles the file before running it.
To run a Java program:
If there are no compiler errors, the IDE switches to the running workspace, which displays your running application and the Execution View and Output windows.
![]() |
You can run the active file in the Source Editor by right-clicking anywhere in the Source Editor and choosing Execute. |
See also | |
---|---|
Specifying Arguments for Program Execution
Setting Runtime Options for the Environment |