Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check for the JRE version in eclipse?

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

like image 962
Suhail Gupta Avatar asked Mar 13 '14 16:03

Suhail Gupta


1 Answers

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

like image 175
Thorbjørn Ravn Andersen Avatar answered Oct 13 '22 00:10

Thorbjørn Ravn Andersen