Eclipse crashes at startup; Exit code=13

前端 未结 6 892
自闭症患者
自闭症患者 2020-11-29 13:26

I am trying to work with Eclipse Helios on my x64 machine (Im pretty sure now that this problem could occur with any eclipse) but it just doesn\'t cooperate.
When I tr

6条回答
  •  离开以前
    2020-11-29 14:00

    Because your eclipse's env-arch was not matched with java-arch, for instance: eclipse-64bit run in java-32bit or vice versa.

    In Windows: Set correct env path to the specific 32 or 64bit java acording to eclipse.

    In Linux: Try run: [path-to-eclipse]/eclipse -vm [jdk-path]/bin

提交回复
热议问题