Home  >  Article  >  Java  >  How to configure jdk1.7 in myEclipse

How to configure jdk1.7 in myEclipse

怪我咯
怪我咯Original
2017-06-23 11:55:252081browse

Step one: Download jdk1.7

Download address:

Step two: Install jdk1.7

Unzip the downloaded compressed package and get a Just double-click the jdk-7u17-windows-x64.exe file to run it and the installation is complete.

Step 3: Right-click on the project ->properties, select Java Build Path, click the JRE System Library option, and click the Edit button.

 

Step 4: Click the Installed JREs button.

 

Step 5: Click the Add button.

 

Step 6: Click Standard VM and click the Next button.

 

Step 7: Click the Directory button and select the jre folder where jdk1.7 was installed in the second step. After completion, click the Finish button.

 

Step 8: Note that after clicking the Finish button, you will return to the Installed JREs picture in step 5. Remember to check jre7 and click OK.

 

Step 9: Click OK or Finish in the remaining dialog box. After completion, you can see the JRE System Library of the project[jre7 ], so jdk1.7 is configured.


 

The above is the detailed content of How to configure jdk1.7 in myEclipse. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn