Current location - Recipe Complete Network - Food world - What is eclipse Tutorial?
What is eclipse Tutorial?
1. Go to the official website of eclipse.org and click Download to enter the download page. The download of the two pictures in the following figure can be found on the download page.

2. When choosing a version for javaEE developers, you should also pay attention to one problem: choose 64-bit and 32-bit versions to download according to your system version.

3. After downloading, you will get a zip file, unzip this file to any directory in your computer, and then open this directory, which contains a eclipse.exe file.

4. I entered eclipse. Open File | New | New java Project, and then fill in your project name in the project name column.

5. Create a java class: Open "New" and "New Class" under the file menu.

6. You can create a new program, as shown in the figure below.