Eclipse IDE中在启动时崩溃启动时、Eclipse、IDE

由网友(不负此生)分享简介:我已经配置了我的Eclipse(开普勒)IDE开发亚马逊的云应用和Android应用程序。当我重新启动,以反映它的变化不会启动。 Eclipse的窗口中选择工作区后自动关闭。此前它运作良好,而开发简单的Java应用程序。I've configured my eclipse(Kepler) IDE to develop...

我已经配置了我的Eclipse(开普勒)IDE开发亚马逊的云应用和Android应用程序。当我重新启动,以反映它的变化不会启动。 Eclipse的窗口中选择工作区后自动关闭。此前它运作良好,而开发简单的Java应用程序。

I've configured my eclipse(Kepler) IDE to develop Amazon Cloud application and Android applications. When I restarted it to reflect changes it doesn't start. Eclipse window automatically closes after selecting workspace. Earlier It was working well while developing simple Java applications.

我的eclipse.ini文件看起来像这样

My eclipse.ini file looks like this

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20130521-0416
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
 -Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=512
-Xms500m
-Xmx512m

我觉得这东西在我这迫使Eclipse来退出eclipse.ini文件。 PS。我使用的Ubuntu Linux操作系统的12.04

I think it is something in my eclipse.ini file that is forcing eclipse to Quit. PS. I am using ubuntu Linux 12.04

推荐答案

我想你应该改变你的工作空间。我有一个类似的问题,节省了一些code后,我闭上了,下一次我试图启动它,它只是坠毁。

I think you should change your workspace. I had a similar problem, after saving some code, i closed it and the next time i tried to start it, it just crashed.

所以我改变了我的工作区到另一个文件夹,它的工作。

So i changed my workspace to another folder and it worked.

如果通过这种方法,您的Eclipse工作,那么就创建一个新的项目并粘贴在previous项目code在这一个。

If by this method your eclipse works, then just create a new project and paste the code from the previous project in this one.

不要试图导入previous的项目,因为这已被损坏,从而迫使蚀退出。只需复制并粘贴code,然后删除previous工作区。

Do not try to import the previous project, as that has been corrupted and hence is forcing eclipse to quit. Just copy and paste the code and then delete the previous workspace.

希望这有助于。 :)

阅读全文

相关推荐

最新文章