How to check for the JRE version in eclipse?

Suhail Gupta picture Suhail Gupta · Mar 13, 2014 · Viewed 37.7k times · Source

How to check which version of JRE the eclipse is using ?

This section :

Window--->Preferences--->Java

shows by the name of JDK :

enter image description here

Answer

Thorbjørn Ravn Andersen picture Thorbjørn Ravn Andersen · Mar 13, 2014

Open the About Eclipse dialog (Help -> About Eclipse on Windows, Eclipse -> About Eclipse on OS X)

About Eclipse dialog

Click "Installation Details", choose the Configuration tab, and scroll down to the "java.home" entry. The value is the path name to the JVM used.

enter image description here