Cannot run Eclipse; JVM terminated. Exit code=13

前端 未结 30 2760
生来不讨喜
生来不讨喜 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:34

    For Eclipse:

    Added this two lines in eclipse.ini

    Second line represents the JDK location of the javaw.exe file.

    -vm

    C:\Program Files\Java\jdk1.7.0_60\bin\javaw.exe

    Note: place -vm lines before -vmargs, otherwise default location is taken.

    For STS

    Change the same as above in STS.ini

提交回复
热议问题