- Eclipse - Web Browsers
- Eclipse - Tips & Tricks
- Eclipse - Restart Option
- Eclipse - Shortcuts
- Eclipse - Code Templates
- Eclipse - Install Plugins
- Eclipse - Task Management
- Eclipse - Add Bookmarks
- Eclipse - Refactoring
- Eclipse - Navigation
- Eclipse - Search Menu
- Eclipse - Hover Help
- Eclipse - Quick Fix
- Eclipse - Content Assist
- Eclipse - Preferences
- Eclipse - Debugging Program
- Eclipse - Debug Configuration
- Eclipse - Build Project
- Eclipse - Reopen Project
- Eclipse - Close Project
- Eclipse - Create Jar Files
- Eclipse - Running Program
- Eclipse - Run Configuration
- Eclipse - Java Build Path
- Eclipse - Create XML File
- Eclipse - Create Java Interface
- Eclipse - Create Java Class
- Eclipse - Create Java Package
- Eclipse - Create Java Project
- Eclipse - Workspaces
- Eclipse - Perspectives
- Eclipse - Explore Views
- Eclipse - Explore Menus
- Eclipse - Explore Windows
- Eclipse - Installation
- Eclipse - Overview
- Eclipse - Home
Eclipse Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Ecppse - Running Program
Running a Java Program
The quickest way to run a Java program is by using the Package Explorer view.
In the Package Explorer view −
Right cpck on the java class that contains the main method.
Select Run As → Java Apppcation.
The same action can be performed using the Package Explorer view by selecting the class that contains the main method and cpcking Alt + Shift + X, J.
Either actions mentioned above create a new
and use it to start the Java apppcation.If a Run configuration has already been created you can use it to start the Java apppcation by selecting Run Configurations from the Run menu, cpcking on the name of the run configuration and then cpcking on the Run button.
The Run item on the Run menu can be used to restart the java apppcation that was previously started.
The shortcut key to launch the previously launched Java apppcation is Ctrl + F11.
Advertisements