How to Add Java Version (JDK or JRE) in an Eclipse
- dixitsagar277
- Oct 21, 2022
- 1 min read
Go to Window ->Preferences, and within that, Java -> Installed JREs:

click the Add… button. From here, we need to specify the JRE type. We'll choose Standard VM:

specify the location of the new JRE (under the JRE home) and click Finish:

Comments