How to check for the JRE version in eclipse?

前端 未结 4 1754
萌比男神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:16

    To see which Java Eclipse itself is using go to Help > About Eclipse click Installation Details and look at the Configuration tab.

    When you run Java programs from Eclipse you can select which Java is used. Preferences > Installed JREs lists the JREs (and JDKs) that Eclipse knows about. The Run Configuration for the program shows which Java is used to run the program.

提交回复
热议问题