简体   繁体   English

Eclipse Marketplace挂起(Luna,Java8)

[英]Eclipse Marketplace hangs (Luna, Java8)

My newly installed Eclipse Luna hangs when I launch Marketplace. 启动市场时,新安装的Eclipse Luna挂起。 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. 它仍然会挂起,必须被杀死-9。 I saved the stack trace (as well as versions of the OS, Java, and Eclipse) at https://gist.github.com/c51821cbd4e676cd7c9f 我将堆栈跟踪(以及OS,Java和Eclipse的版本)保存在https://gist.github.com/c51821cbd4e676cd7c9f

The funny part is, things go just fine if I switch back Java1.7.0_25. 有趣的是,如果我切换回Java1.7.0_25,一切都会很好。 I'd like to use Java8 though. 我想使用Java8。

Is that a known problem and are there ways around it? 那是一个已知的问题,有没有解决的办法?

I would try to un-install and install again the Java8 JDK. 我将尝试卸载并再次安装Java8 JDK。 Have you tried that? 你有尝试过吗? Have you got multiple JDK installed? 您是否已安装多个JDK? If yes try with just Java8 (un-install the others). 如果是,则仅尝试使用Java8(卸载其他版本)。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM