Cannot run Eclipse; JVM terminated. Exit code=13

前端 未结 30 2744
生来不讨喜
生来不讨喜 2020-11-21 05:31

\"enter

I just append -vm C:\\Program Files\\Java\\jre6\\bin\\javaw.exe

in ec

30条回答
  •  隐瞒了意图╮
    2020-11-21 05:55

    It may just be the way the error shows (and not how it is written in the eclipse.ini file), but there is text in Eclipse.ini (Specifying the JVM) that says the following:

    • The -vm option and its value (the path) must be on separate lines.
    • The value must be the full absolute path to the Java executable, not just to the Java home directory.
    • The -vm option must occur before the -vmargs option, since everything after -vmargs is passed directly to the JVM

提交回复
热议问题