Eclipse Marketplace hangs (Luna, Java8)

青春壹個敷衍的年華 提交于 2019-12-12 04:47:22

问题


My newly installed Eclipse Luna hangs when I launch Marketplace. I tried to move my workspace out of the way, clean everything, re-install and start fresh.

It would still hang and has to be killed -9. I saved the stack trace (as well as versions of the OS, Java, and Eclipse) at https://gist.github.com/c51821cbd4e676cd7c9f

The funny part is, things go just fine if I switch back Java1.7.0_25. I'd like to use Java8 though.

Is that a known problem and are there ways around it?


回答1:


I would try to un-install and install again the Java8 JDK. Have you tried that? Have you got multiple JDK installed? If yes try with just Java8 (un-install the others).

Or try also to run eclipse with

eclipse -vm c:\java8path\jre\bin\javaw.exe

or

eclipse -vm c:\java8path\jre\bin\client\jvm.dll


来源:https://stackoverflow.com/questions/26069849/eclipse-marketplace-hangs-luna-java8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!