Eclipse does not start when I run the exe?

前端 未结 26 1315
轻奢々
轻奢々 2021-02-01 00:19

When I run the Eclipse.exe within the given folder, it will not start. The Eclipse splash screen will appear for a split second then close. There are no errors.

I\'ve t

26条回答
  •  甜味超标
    2021-02-01 01:09

    If its a Java version problem, you can edit the eclipse.ini file and assign the compatible version to the application through adding these lines:

    windows example:

    -vm
    C:\jdk1.7.0_21\bin\javaw.exe 
    

    for more information: https://wiki.eclipse.org/Eclipse.ini

提交回复
热议问题