'Building workspace' has encountered an error

后端 未结 8 2202
面向向阳花
面向向阳花 2020-12-31 06:21

Eclipse Luna 4.4.0

Error occurred during the Build

Error instantiating builder \'ord.eclipse.m2e.core.maven         


        
相关标签:
8条回答
  • 2020-12-31 06:47

    I uninstalled my Netbeans because Eclipse and Netbeans are both usin the same workspace.

    i uninstalled Netbeans and the error is gone.

    0 讨论(0)
  • 2020-12-31 06:48

    I have added 'javaw.exe' in the bin file (C:\Program Files\Java\jdk-X.X.X\bin) as a System variable and deleted all the module info. This worked for me. However, this might be specific to the Enterprise Java package.

    0 讨论(0)
  • 2020-12-31 06:51

    I ran into this same issue and I believe the culprit to be the Sonarqube plugin I had installed.

    This discussion pointed me in that direction:

    http://forum.spring.io/forum/spring-projects/springsource-tool-suite/749864-sts-ggts-3-6-0-m1-released

    Uninstalled the Sonarqube plugin and the error is gone.

    0 讨论(0)
  • 2020-12-31 06:53

    I keep my Workspace on Dropbox. I had this issue occur, and managed to solve it by searching within [workspace]/.metadata/ for the word 'conflicted' and deleting all these files Dropbox had created. Error was gone when I restarted Eclipse.

    0 讨论(0)
  • 2020-12-31 06:58

    In my case, the problem resulted to be my Eclipse was running on an outdated IBM Java Virtual Machine. I updated my IBM JRE, I modified my eclipse.ini in order to update the -vm parameter so it points to the new installation, and it solved the problem.

    0 讨论(0)
  • 2020-12-31 07:00

    In my case none of the above solutions worked. I used eclipse with two different workspaces, one works, seconds had this error. My solution was it to copy from the working workspace the following files over the corrupted one:

    [workspace]/.metadata/.plugins/org.eclipse.m2e.core
    [workspace]/.metadata/.plugins/org.eclipse.m2e.core.ui
    [workspace]/.metadata/.plugins/org.eclipse.m2e.jdt
    [workspace]/.metadata/.plugins/org.eclipse.m2e.launching
    [workspace]/.metadata/.plugins/org.eclipse.m2e.logback.configuration
    

    I'm using eclipse mars 64-bit version. So maybe before your whole workspace gets broken this might be a solution from a clean installation to copy.

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