简体   繁体   English

计算机崩溃后无法启动Eclipse

[英]Can't get eclipse to start after a computer crash

I am running eclipse in a virtual machine. 我正在虚拟机中运行Eclipse。 The vm ran out of memory so it had to shut down. 虚拟机内存不足,因此必须关闭。 Now when I try to start eclipse, nothing happens. 现在,当我尝试开始蚀时,什么也没发生。 A process starts in the task manager but it hardly is holding any memory and no windows pop up, simply nothing happens. 进程在任务管理器中启动,但几乎不占用任何内存,并且没有弹出窗口,只是什么也没有发生。 Here is the log file in .metadata 这是.metadata中的日志文件

Log:
!ENTRY org.eclipse.core.resources 2 10035 2013-09-05 14:49:58.989
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY org.eclipse.egit.ui 2 0 2013-09-05 14:50:14.848
!SESSION 2013-09-05 15:03:21.108 -----------------------------------------------
eclipse.buildId=M20130204-1200
java.version=1.6.0_45
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product

And now, whenever I try to start eclipse, nothing ever gets appended to the log. 现在,每当我尝试启动Eclipse时,日志中都不会附加任何内容。 Any ideas on how to fix this? 有想法该怎么解决这个吗?

Due to the fact that is a virtual machine. 由于事实是虚拟机。

  • save your work in a pen drive or in the native OS (all .java files and any useful library etc, those files are accessible also outside eclipse IDE) 将您的工作保存在笔式驱动器或本机OS中(所有.java文件和任何有用的库等,这些文件也可以在Eclipse IDE外部访问)

After this there are two options: 之后,有两个选择:

  • uninstall eclipse and re-install it. 卸载eclipse并重新安装。

or 要么

  • format your virtual hard drive and continue with a clean OS. 格式化您的虚拟硬盘驱动器,然后继续使用干净的操作系统。

In any case your work is safe in your pen drive. 无论如何,笔驱动器中的工作都是安全的。

I had the same problem time ago, don't bother why is not working because I spent hours without results, don't waste your time. 我以前也遇到过同样的问题,不要理会为什么不工作,因为我花了数小时没有结果,不要浪费时间。 Reinstall or format. 重新安装或格式化。

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

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