Eclipse Download and install and test

Source: Internet
Author: User

: www.ecplise.org After download is complete, double-click Install

After the installation is complete, the first run of Eclipse pops up the Workspace Launcher dialog box, which asks you to set up your workspace to hold the project document.

Create a new Java project to test whether the installed eclipse is working properly. 1: Select Java Project and click Next

2: Name Our program Myfirstproject Select the Use default JRE in the JRE area, and the others are in the default configuration.

When you click "Finish", a dialog box appears, asking if you want to toggle the perspective, and open the Java perspective with the stand-alone open perspective button.

At this point, the Java Project project has been created. Let's take a look at the created project structure:

Included in Package Explorer, Myfirstproject, and the JRE System Library. Next, create a class for our project. Click File--new--class,package text box to enter "MyPackage", enter "HelloMyWorld" in the Name text box, click "Finish" to complete the creation. To edit the class HelloMyWorld, enter the following code
Package publicclass  hellomyworld {       publicstatic  void Main (string[] args) {             System.out.println (// Print test        }}
Once the input is complete, click the Save button on the menu bar to save and then the Run button. You can see the result of the output "print test ..." in the console console so far I have not completed the entire process of writing a test Java program using Eclipse.

If wrong please leave a message, I will correct, thank you very much!

Eclipse Download and install and test

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.