3. Download and install Eclipse

Source: Internet
Author: User

First, the Java operating environment    Eclipse's Java-based development environment, so to use eclipse in the system, you must install the Java Runtime Environment beforehand. In window to see if the Java Runtime environment is installed, you can use these methods     
If on the command line, enter Java-version. No Java version information, install the Java Runtime environment. The installation method is as follows:
    • In the browser, enter java.com
    • Click on "Free java Download"
    Depending on the operating system you use, the Web site will automatically select the Java operating environment for your system, then click Agree and start the free download    
If the site is wrong with your system, you can click "View all Java downloads" and manually select the Java runtime environment you need.

The installation procedure is the same as the normal window program installation and does not give a specific demonstration.
    • Verify that the installation is successful
in the DOS command window, enter "Java-version" to view the version of Java installed
ii. installation of Eclipse1. Downloadenter "www.eclipse.org" in the browser and select the download on the right side of the page
The browser will automatically display the latest version of Eclipse that matches your operating system based on your operating system, and you can also manually select the OS version of Eclipse
2 installation
This is the Elipse i downloaded, unzip it.
Click "Eclipse.exe" to start Elipse. When you first start the Elipse, you will be asked to specify storage space, which is where your development project is stored
Here's the Welcome screen for Elipse Software.
You can turn it off and go directly to Eclipse's work interface
3 testing Create a new Java project in Elipse to test whether the Eclipse installation was successful
  
 
  1. public class HelloWorld {
  2. public static void main(String[] args) {
  3. System.out.println("HelloWorld");
  4. }
  5. }
Donate US
The Mentor Studio has been working to help programmers learn to program more quickly and easily, and if you agree with our results and feel helpful, you are welcome to donate ^_^ to us.     

3. Download and install Eclipse

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.