Eclipse - An internal error occurred during: “Compute launch button tooltip”

我与影子孤独终老i 提交于 2019-12-03 06:31:24
mutewitness

Got this from another site of some guy who got this same error after upgrading. Worked for me as well. Apparently putting the following line in your eclipse.ini helps:

-Dcom.ibm.icu.util.TimeZone.DefaultTimeZoneType=ICU

I never found out what went wrong, but a reinstall of eclipse fixed it. All projects survived seemingly undamaged. Thanks for the reply on the .ini but that did no good.

I had same error today - in an eclipse installation (Juno SR2 64bit) that has been running fine for months.

0: There were no changes on svn for my projects since yesterday (when it was running fine).

1: I restored the workspace from a 'Windows 7 -> Properties -> previous copy' backup. This failed because the directory structure of the '.metadata' contains folders with a deeper structure than is supported.

2: I restored the workspace from a overnight archive (gzipped so file depth is not an issue). This had no effect.

3: I tried to restore the eclipse installation directory (which seems to be updated an awful lot) from a 'Windows 7 -> Properties -> previous copy' backup. Again this failed - because of folder-depth issues (Note: it is installed in the root directory of my disk - so there is actually no way to use a restore on this installation!)

4: Had to delete the .metadata from my workspace and reinstall eclipse (and all the additional plugins), and re-import my projects, and setup all the servers, and android, etc, which took many hours.

The moral of the story? Backup both your workspace AND the eclipse installation every night manually. Windows Restore will NOT save you. Backing up your workspace is NOT enough.

Samyak Jain

Try setting the launch properties in:

Window>Preferences>Run/Debug(Expand)>Launching(Click)

Under launch Operations menu set it to:

Always launch the previously launched application

Click:

Apply>Ok

I had the same problem using eclipse mars. I cleared the folder .recommenders\index

And that solved my issue. Hope it helps.

incase you are having the eclipse files which you have downloaded from the official site .Just extract those file in the same folder where your previous eclipse was installed and select replace all. best solution

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!