Home > Java > javaTutorial > How Do I Add and Manage Custom JDK Versions in Eclipse?

How Do I Add and Manage Custom JDK Versions in Eclipse?

Linda Hamilton
Release: 2024-12-07 03:50:16
Original
419 people have browsed it

How Do I Add and Manage Custom JDK Versions in Eclipse?

Adding Custom JDK Versions to Eclipse

Eclipse allows you to configure and toggle between multiple JDKs for your projects. This process involves selecting the appropriate JREs and adjusting the compiler settings.

Managing JDKs in Eclipse:

To manage the list of available compilers within Eclipse:

  • Navigate to "Window" -> "Preferences"
  • Select "Java" in the left pane, followed by "Installed JREs"
  • You can add, remove, or change the priority of existing JREs here.

Configuring Project for Specific JDK:

To configure your project to use a specific JDK:

  • Open the project build path configuration dialog
  • In the "Libraries" tab, navigate to "JRE System Library"
  • Delete the current JRE entry and click on "Add Library"
  • Choose the installed JRE you want to compile with

Accessing Additional Compiler Options:

The compiler level options you see in your project settings are determined by the installed JREs. Eclipse may automatically include back-level compiler versions based on the installed JREs.

For example, if you have Java 6 and 7 installed, you may see options for both 1.5 (back-level for Java 6) and 1.6 (native for Java 6), while Java 7's native level is 1.7.

If you want to add a non-included compiler version, you need to manually install the corresponding JRE to make it available within Eclipse.

The above is the detailed content of How Do I Add and Manage Custom JDK Versions in Eclipse?. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template