Eclipse crashes at startup; Exit code=13

前端 未结 6 904
自闭症患者
自闭症患者 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 13:45

    This turned out to be a permissions error for me. I change the kepler folder, eclipse root directory to have permissions set to everyone all. This is going to be a security risk so I will need to set the permissions to be program specific. using procmon.exe I found that javaw.exe was getting write permissions denied. The programmers of eclipse and javaw.exe did not give those programs elevated permissions to run as trustedinstaller.

提交回复
热议问题