Eclipse突然关闭 [英] Eclipse keep closing suddenly

查看:127
本文介绍了Eclipse突然关闭的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近,我在日食方面遇到很多问题,它不断崩溃,突然关闭,根本无法正常工作。

Recently I have lots of problems with eclipse, it keeps on crashing, closing abruptly, don't work well at all.

它发生的次数太多,例如每10到15分钟一次。

It happens too much, like in every 10 -15 minutes.

CPU和RAM占50%发生这种情况时免费。

The CPU and RAM are 50% free when this happens.

这是 eclipse.ini 文件:

    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize

    --launcher.defaultAction
    openFile
    -vmargs
    -Xms40m
    -Xmx512m

出了什么问题?

推荐答案

添加行

-XX:-UseCompressedOops

到eclipse.ini

to eclipse.ini

但是如果您使用的是Windows 7,则可以添加

but if you are using this windows 7 then rather add

 -XX:+UseCompressedOops

甚至尝试以管理员身份运行ecipse。如果这仍然有效,请尝试使用java.exe而不是javaw.exe打开。我希望这会成功!

Even try running ecipse as administrator. If this even works then try opening with java.exe instead of javaw.exe. I hope this will work!

这篇关于Eclipse突然关闭的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆