所有已安装的eclipse版本随机崩溃 - Windows 10

时间:2016-12-05 16:59:23

标签: java eclipse

我机器上安装的所有eclipse版本都随机崩溃。我有Mars,Indigo开发人员64位版本和Luna-JEE 64位版本。我正在运行Windows 10,java 8 - 64位,maven-3。

我尝试添加-vm指向eclipse.ini中的jvm.dll。我设置了-Xms 512m和-Xmx 1024m。这是火星的eclipse.ini:

-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256m
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:/Program Files/Java/jdk1.8.0_102/jre/bin/server/jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Xms512m
-Xmx1024m
-server
-XX:+UseParallelGC
-Xverify:none
-javaagent:plugins/com.zeroturnaround.eclipse.optimizer.plugin_1.0.8/agent/eclipse-optimizer-agent.jar

我试图以管理员身份运行eclipse。到目前为止,没有任何工作。

以下是流程的堆栈/线程转储 - http://pastebin.com/3cSjLh2Z

任何建议都将不胜感激。

0 个答案:

没有答案
相关问题