简体   繁体   English

单击 Java Eclipse 应用程序时无法打开它

[英]Java Eclipse Application won't open when I click on it

Eclipse has worked well just until now, but now I cannot get in when I click on the application.到目前为止,Eclipse 运行良好,但现在单击应用程序时无法进入。 Nothing pops up, and the program just won't load (I restarted computer multiple times).什么也没有弹出,程序就是无法加载(我多次重新启动计算机)。 After clicking bunch of things, I went inside plugins folder of the eclipse, and I clicked on org.eclipse.equinox.launcher which opened up a screen called "platform launcher" and when I loaded one of the work spaces it got me to a eclipse platform page, then suddenly two errors popped up saying:单击一堆东西后,我进入了 eclipse 的 plugins 文件夹,然后单击了 org.eclipse.equinox.launcher,它打开了一个名为“平台启动器”的屏幕,当我加载其中一个工作空间时,它让我进入eclipse平台页面,然后突然弹出两个错误说:

"An internal error occurred while showing an internal error. You are recommenced to exit the workbench..." "An internal error occurred during: Building workspace" (and 4 lists, "Building workspace", "Java heap space", "Java heap space" and "Update dynamic Java sources working sets"). “显示内部错误时发生内部错误。您重新开始退出工作台...”“在构建工作空间期间发生内部错误”(以及 4 个列表,“构建工作空间”、“Java 堆空间”、“Java堆空间”和“更新动态 Java 源工作集”)。

At one point I also got out of memory error or something like that so I changed the eclipse configuration setting (xmx and xms) but I still cannot get inside the program.有一次我也遇到了内存不足错误或类似的问题,所以我更改了 eclipse 配置设置(xmx 和 xms),但我仍然无法进入程序。

Please share any possible solutions...I'm desperate...请分享任何可能的解决方案......我很绝望......

For reference, I have 10.0GB RAM作为参考,我有 10.0GB RAM

Try running eclipse from command line using eclipse -clean.尝试使用 eclipse -clean 从命令行运行 eclipse。 Check below Url How to run eclipse in clean mode?检查下面的 URL 如何在干净模式下运行 eclipse? and what happens if we do so? 如果我们这样做会发生什么?

If workspace issue, you can also Try deleting the metadata folder and restart it.如果工作区问题,您也可以尝试删除元数据文件夹并重新启动它。 Keep a backup before you delete.在删除之前保留备份。 This folder generally stores all the workspace settings此文件夹通常存储所有工作区设置

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

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