TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Eclipse Tutorials

Run Java Project in Eclipse

Overview

This tutorial demonstrates the steps to run Java project in Eclipse IDE. The IDE takes care of several things needed to run the Java program under the hood.

Run Java Project

To run the standalone Java program, right-click on the Java class that contains the main() method in the Package Explorer or right-click on the
Java class in the editor and select Run As >> Java Application from the context menu.

We can also use the keyboard shortcut: Alt+Shift+X combination.

 

Run Java Project Eclipse

This will run the Java application. Any output of the program should display in the Console view.

Run Configuration

We can create, manage Run Configuration for the Java Application.
For example, to specify the Main class for the Java project, command-line arguments, etc in this window.

—

Eclipse Tutorials

Eclipse Tutorials on this website can be found at:

https://www.testingdocs.com/eclipse-tutorials

For more details on the Eclipse IDE, visit the official website

https://www.eclipse.org

Related Posts

Download Eclipse Installer

Eclipse Tutorials /

Install Eclipse using Installer on Windows 10

Eclipse Tutorials /

Eclipse Che Overview

Add Eclipse SpotBugs Install URL

Eclipse Tutorials /

Install SpotBugs Eclipse Plugin

Eclipse File Import

Eclipse Tutorials /

Import Maven Project in Eclipse

Eclipse marketplace online catalog

Eclipse Tutorials /

Eclipse Marketplace

‹ Eclipse IDE Memory Settings› Create Java Interface in Eclipse

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version