How to manage JRE installations in Eclipse
- Details
- Written by Nam Ha Minh
- Last Updated on 07 August 2019   |   Print Email
- You can pick a JDK installation directory instead of a JRE one, as Eclipse can load the JRE inside a JDK installation.
- When you change the default JRE, it does not affect the existing projects in workspace. The change will apply for the new projects only.
- The installed JREs configuration is per workspace. That means different workspaces may have different set of installed JREs.
Other Eclipse Tutorials:
- How to import existing projects into Eclipse workspace
- How to use Eclipse IDE for Java EE Developers
- How to create, build and run a Java Hello World program with Eclipse
- How to create, deploy and run Java Servlet in Eclipse
- How to generate JAR file in Eclipse
- How to create WAR file for Java web application in Eclipse
- How to create Ant build file for existing Java project in Eclipse
- How to generate Javadoc in Eclipse
- How to create Java web project with Maven in Eclipse
- 25 Eclipse Shortcut Keys for Code Editing
- How to Add Copyright License Header for Java Source Files in Eclipse
Comments