How to check for the JRE version in eclipse?

前端 未结 4 1751
萌比男神i
萌比男神i 2021-01-11 23:45

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

This section :

Window--->Preferences--->Java

shows by the name of JDK :

<
4条回答
  •  死守一世寂寞
    2021-01-12 00:18

    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

提交回复
热议问题