An error has occured. Please see log file - eclipse juno

前端 未结 30 2102
情书的邮戳
情书的邮戳 2020-12-02 11:13

Whenever I start up Eclipse Juno, it gives me an error saying:

An error had occured. Please see the log file:

C:\\Program Files\\eclipse\\

相关标签:
30条回答
  • 2020-12-02 11:35

    The reason may be that you are trying to use old version of Eclipse for new version of Java. I've downloaded the latest Eclipse (which is Oxygen) and it worked for me.

    0 讨论(0)
  • 2020-12-02 11:39

    I got the same error when I was using Texas Instrument's Code Composer Studio which is built on eclipse. It happened when I changed my Workspace folder to be inside the Google Drive folder. Deleting files from YOUR_WORKSPACE/.metadata/.plugins/org.eclipse.core.resources/ did not work for me.

    The following worked for me:

    1. Take backup of original Workspace folder
    2. Delete the original Workspace (from the Google Drive folder)
    3. Start Eclipse (works fine now)
    4. Restore the Workspace backup to a non Google Drive folder

    However deleting and restoring the Workspace folder is not advisable since it can have other complications. But I was desperate.

    0 讨论(0)
  • 2020-12-02 11:40

    i found the solution. i have installed 2 versions of jre sdk 1.3 and jre7 so i uninstall the older version sdk1.3 then it works.

    0 讨论(0)
  • 2020-12-02 11:41

    Here's what I did to solve this:

    • I removed workspace/.metadata
    • run eclipse as an administrator.
    0 讨论(0)
  • 2020-12-02 11:41
    C:\path\to\eclipse\eclipse -clean
    

    Then change the working project directory to something different. It should work after that.

    0 讨论(0)
  • 2020-12-02 11:41

    Sounds simple but just delete/uninstall eclipse and install it again.

    0 讨论(0)
提交回复
热议问题