Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » What adjustments?
What adjustments? [message #1863352] Mon, 29 January 2024 08:51 Go to next message
Mark Hudson is currently offline Mark HudsonFriend
Messages: 1
Registered: December 2023
Junior Member
Suppose I intend to utilize OpenJDK rather than the "standard" Oracle JDK in my Eclipse IDE for compiling Java applications: What adjustments should I make in the Eclipse IDE to accomplish this?
Re: What adjustments? [message #1863361 is a reply to message #1863352] Mon, 29 January 2024 13:37 Go to previous message
Erik BrangsFriend
Messages: 55
Registered: February 2010
Member
You need to configure the Installed JREs/JDKs via the menu Window -> Preferences -> Java -> Installed JREs. If your OpenJDK installation is not listed there, add it via the "Add" button. If you want to change the used JDK for all projects, use Window -> Preferences -> Java -> Installed JREs -> Execution Environments. If you want to change it only for selected projects, open the project properties and use Java Build Path -> Libraries and edit the JRE System Library.
Previous Topic:Noob Java programming in VS Code
Next Topic:Any insights?
Goto Forum:
  


Current Time: Fri Jan 17 22:34:34 GMT 2025

Powered by FUDForum. Page generated in 0.03381 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top