Eclipse startup Error code=1?

后端 未结 6 878
北恋
北恋 2020-12-07 03:25

I just downloaded eclipse-java-helios-SR2-win32-x86_64.zip extracted the zip. When i\'m trying to run i get error:

6条回答
  •  青春惊慌失措
    2020-12-07 03:56

    You are trying to run using a JRE instead of a JDK. Download the latest JDK from Sun (oops I mean oracle):

    http://www.oracle.com/technetwork/java/javase/downloads/index.html

    And run with that instead.

提交回复
热议问题