Eclipse startup Error code=1?

后端 未结 6 864
北恋
北恋 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 04:12

    It looks like the application is defaulting to the system32 java application.

    You can change it by making sure that your PATH variable in the system environment is set properly to point to the correct version of java(64 bit jdk\bin) version.

    Make sure that the shortcuts in C:\Program Data\Oracle\Java point to the correct version of java. If not fix the target location. (if you cannot fix the locations in the shortcut properties, delete the shortcuts and create a new one with the same name)

    Note that Program Data is a hidden folder.

提交回复
热议问题