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

后端 未结 7 1366
再見小時候
再見小時候 2021-02-08 20:19

I launched Eclipse earlier to jot down a snippet and was faced with the following as an error when I tried to run a fresh project:

An internal error occur

相关标签:
7条回答
  • 2021-02-08 20:23

    I also encountered this issue, the reason why this issue occurred on my project was due to I was missing the JRE System Library in the root folder of my project. To solve this issue, make sure you have the libraries like JRE System Libraries on the root folder of your project.

    0 讨论(0)
  • 2021-02-08 20:30

    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.

    0 讨论(0)
  • 2021-02-08 20:31

    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.

    0 讨论(0)
  • 2021-02-08 20:31

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

    And that solved my issue. Hope it helps.

    0 讨论(0)
  • 2021-02-08 20:31

    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

    0 讨论(0)
  • 2021-02-08 20:38

    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
    
    0 讨论(0)
提交回复
热议问题