Running Eclipse on Windows 7 JRE and JDK not found

后端 未结 4 724
悲哀的现实
悲哀的现实 2020-12-06 19:42

I downloaded the latest Eclipse on Windows 7. When I click the eclipse icon it throws the following exception:

<script

4条回答
  •  一生所求
    2020-12-06 20:25

    Reference the location of your JRE path in the eclipse configuration file, eclipse.ini.

    Note that you only need a JRE to launch Eclipse, but once Eclipse is launched, you should register a JDK for your projects. This is done via

    Preferences-> Java -> Installed JREs
    

提交回复
热议问题