External Execution |
Runs the application using a new virtual machine.
An external executor protects the IDE from application crashes
and delays.
|
JSP Execution |
Runs the application using an executor tailored for
a JSP application.
|
Applet Execution |
Launches the applet using an applet viewer or a web browser.
|
Internal Execution |
Runs the application inside the IDE. An application that is run internally loads faster than an application run externally, and such an application can modify the IDE. However, if the application
crashes, so does the IDE.
|
(do not execute) |
Does not run the files in the project.
|