问题描述
Eclipse indigo不会在Windows 7(第一次启动)启动,启动屏幕出现,保持在那里,之后什么也不发生。
Eclipse indigo won't start in Windows 7 (first launch), the splash screen appears, stays there and nothing happens afterwards.
到目前为止,我试过以下:
So far I tried the following:
- 重新安装Java 6
- 将vm参数添加到eclipse.ini exe路径)。
- 启动eclipsec.exe而不是eclipse.exe
- eclipse.exe -clean
- 增加-Xmx384m参数
- 在管理模式下启动eclipse.exe
- reinstall Java 6
- Add vm parameter to eclipse.ini (to the right javaw.exe path). In this case no splash screen and eclipse.exe and javaw.exe are available in Taskmanager.
- launch eclipsec.exe instead of eclipse.exe
- launch eclipse.exe -clean
- increase -Xmx384m parameter
- launch eclipse.exe in Admin Mode
没有运气
我的配置:
- Eclipse Indigo Java版(32位)
- Windows 7(32位)
任何帮助将不胜感激
推荐答案
好东西,我没有考虑的是计算机的性能,我试图启动eclipse 。
Well something i didn't consider was the performance of the computer i was trying to start eclipse on.
%TEMP%目录已满(300k +文件),没有java程序可以启动,因为它需要很多时间来访问临时文件夹。
The %TEMP% directory was full (300k+ files) and no java program could start as it takes a lot of time to access temporary files folder.
如果我等待的时间更长它可能在30-40分钟后开始。
If i waited longer It might have started after 30-40min.
现在我使用磁盘清理工具通常在合理的时间。
Now as i used the Disk Clean utility, eclipse starts normally in reasonable time.
这篇关于Eclipse indigo不会在Windows 7中启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!