Eclipse's error on startup in windows 7

后端 未结 9 1091
孤独总比滥情好
孤独总比滥情好 2020-12-10 12:31

Good day.

I decided to learn Java. I installed JDK and downloaded eclipse-java-helios-SR1-win32 for windows 7.

But i can\'t launch eclipse becau

9条回答
  •  無奈伤痛
    2020-12-10 13:26

    Change your eclipse.ini (right beside the eclipse.exe) in order to:

    • specify a full JVM path (-vm argument: -vm C:/Prog/Java/jdk1.6.0_21/jre/bin/server/jvm.dll for instance). Don't use the one in C:\Windows\System32.
    • not specify the jar used for the launcher.library

    See this eclipse.ini as an example.

提交回复
热议问题