我的日食不开了..为什么? [英] My eclipse is not opening.. Why?

查看:145
本文介绍了我的日食不开了..为什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在使用eclipse几个月,甚至今天早上我在一个java项目,但在晚上当我试图打开eclipse.exe,它只是显示加载屏幕几秒钟,消失了。有人可以告诉我解决方案吗?



这是我的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.v20120913-144807
-product
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256M
-showsplash
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion = 1.6
-Xms40m
-Xmx768m
-Declipse.buildId = v22.3.0-887826
-XX:MaxPermSize = 512M

这是日志

 !ENTRY org.eclipse.ui 4 0 2014-03-21 22:25:26.046 
!MESSAGE状态处理过程中发生错误
!STACK 0
java .lang.NullPointerException
在org.eclipse.ui.internal.statushandlers.StatusHandlerRegistry。< init> (StatusHandlerRegistry.java:72)
在org.eclipse.ui.internal.statushandlers.StatusHandlerRegistry.getDefault(StatusHandlerRegistry.java:91)
在org.eclipse.ui.statushandlers.StatusManager.getStatusHandler(StatusManager .java:135)
在org.eclipse.ui.statushandlers.StatusManager.handle(StatusManager.java:189)
在org.eclipse.ui.statushandlers.StatusManager.handle(StatusManager.java:231 )
在org.eclipse.ui.statushandlers.StatusManager $ StatusManagerLogListener.logging(StatusManager.java:305)
在org.eclipse.core.internal.runtime.RuntimeLog.logToListeners(RuntimeLog.java:160 )
在org.eclipse.core.internal.runtime.PlatformLogWriter.logged(PlatformLogWriter.java:100)
在org.eclipse.equinox.log.internal.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:86 )
在org.eclipse.equinox.log.internal.ExtendedLogReaderServiceFactory.logPrivileged(ExtendedLogReaderServiceFactory.java:205)
在org.eclipse.equinox.log.internal.ExtendedLo gReaderServiceFactory.log(ExtendedLogReaderServiceFactory.java:178)
在org.eclipse.equinox.log.internal.ExtendedLogServiceFactory.log(ExtendedLogServiceFactory.java:65)
在org.eclipse.equinox.log.internal。 ExtendedLogServiceImpl.log(ExtendedLogServiceImpl.java:87)
在org.eclipse.equinox.log.internal.LoggerImpl.log(LoggerImpl.java:54)
在org.eclipse.core.internal.runtime。 Log.log(Log.java:62)
在org.eclipse.ui.internal.WorkbenchPlugin.log(WorkbenchPlugin.java:813)
在org.eclipse.ui.internal.EarlyStartupRunnable.handleException( EarlyStartupRunnable.java:81)
在org.eclipse.core.runtime.SafeRunner.handleException(SafeRunner.java:75)
在org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java: 44)
在org.eclipse.ui.internal.Workbench $ 54.run(Workbench.java:2412)
在org.eclipse.core.internal.jobs.Worker.run(Worker.java:53 )


解决方案

尝试用-clean开始,如果没有不要试试输入.metadata.plugins\org.eclipse.e4.workbench。这是我在其他线程上看到的工作。


I have been using eclipse from a couple of months and even today morning i worked on a java project but in the evening when i tried to open eclipse.exe, It just showed the loading screen for few seconds and disappeared. Can anybody please tell me the solution?

this is my 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.v20120913-144807
-product
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256M
-showsplash
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
 openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx768m
-Declipse.buildId=v22.3.0-887826
-XX:MaxPermSize=512M

and this is the log

!ENTRY org.eclipse.ui 4 0 2014-03-21 22:25:26.046
!MESSAGE Error occurred during status handling
!STACK 0
java.lang.NullPointerException
at org.eclipse.ui.internal.statushandlers.StatusHandlerRegistry.<init>(StatusHandlerRegistry.java:72)
at org.eclipse.ui.internal.statushandlers.StatusHandlerRegistry.getDefault(StatusHandlerRegistry.java:91)
at org.eclipse.ui.statushandlers.StatusManager.getStatusHandler(StatusManager.java:135)
at org.eclipse.ui.statushandlers.StatusManager.handle(StatusManager.java:189)
at org.eclipse.ui.statushandlers.StatusManager.handle(StatusManager.java:231)
at org.eclipse.ui.statushandlers.StatusManager$StatusManagerLogListener.logging(StatusManager.java:305)
at org.eclipse.core.internal.runtime.RuntimeLog.logToListeners(RuntimeLog.java:160)
at org.eclipse.core.internal.runtime.PlatformLogWriter.logged(PlatformLogWriter.java:100)
at org.eclipse.equinox.log.internal.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:86)
at org.eclipse.equinox.log.internal.ExtendedLogReaderServiceFactory.logPrivileged(ExtendedLogReaderServiceFactory.java:205)
at org.eclipse.equinox.log.internal.ExtendedLogReaderServiceFactory.log(ExtendedLogReaderServiceFactory.java:178)
at org.eclipse.equinox.log.internal.ExtendedLogServiceFactory.log(ExtendedLogServiceFactory.java:65)
at org.eclipse.equinox.log.internal.ExtendedLogServiceImpl.log(ExtendedLogServiceImpl.java:87)
at org.eclipse.equinox.log.internal.LoggerImpl.log(LoggerImpl.java:54)
at org.eclipse.core.internal.runtime.Log.log(Log.java:62)
at org.eclipse.ui.internal.WorkbenchPlugin.log(WorkbenchPlugin.java:813)
at org.eclipse.ui.internal.EarlyStartupRunnable.handleException(EarlyStartupRunnable.java:81)
at org.eclipse.core.runtime.SafeRunner.handleException(SafeRunner.java:75)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:44)
at org.eclipse.ui.internal.Workbench$54.run(Workbench.java:2412)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

解决方案

Try starting it with -clean, if that doesn't work try deleting .metadata.plugins\org.eclipse.e4.workbench. This is what I've seen work on other threads.

这篇关于我的日食不开了..为什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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