java environment to build (Eclipse)

1. Open the Eclipse official website

 

 

 2. Click the gray word below the Download the Download Packages Standard Package

 

3. single picture corresponding options in Eclipse IDE for Enterprise Java Developers in (windows 64-bit)

 

 

4. Click the orange Download pop-up window

 

 

The decompression downloaded extracting archive

 

 

The eclipse.exe 6. Open the unpacked folder

 

 

7. If the problem occurs thieves need to build java environment

 

 

8. set up java first step is to download the corresponding version jdk, download the following address: https: //www.oracle.com/technetwork/java/javase/downloads/index.html

 

 

9. Click the download page Accept License Agreement and select the corresponding system download zip file with the extension

10. After the download, unzip the top left corner to open the computer and click on the white background red check mark icon

 

 

11. After entering the left side of the page, click Advanced System Settings, and in the pop-up window, click Environment Variables

12. The editing system in which new or variables

Variable name: JAVA_HOME

Variable value: C: \ Program Files (x86) \ the Java \ jdk1.8.0_91 // to be configured according to their actual path

Variable name: the CLASSPATH

Variable values: ;.% JAVA_HOME% \ lib \ dt.jar;% JAVA_HOME% \ lib \ tools.jar;    // in front of a recall. ""

Variable name: Path

Variable value: % JAVA_HOME% \ bin;% JAVA_HOME% \ jre \ bin;

 

13. eclipse.exe then open the file just run and select Launch

 

 

14. After then open the top left corner of the interface File (file) -New-Java Project

 

15. Right below the selected location in the interface

 

16. Package and fill the screen: the contents of a column and Name: the content of the column to start writing code.

 

Guess you like

Origin www.cnblogs.com/zhhhb/p/11454671.html