Eclipse - Errors running builder on project

后端 未结 5 1922
闹比i
闹比i 2021-01-31 01:55

I was getting this error constantly in eclipse:

Errors during build. Errors running builder \"Integrated External Tool Builder\" on project project. Th

5条回答
  •  抹茶落季
    2021-01-31 02:35

    I was facing the same issue,

    "Errors running builder 'Integrated External Tool Builder' on project {PROJECT NAME}"

    you must go to your .project file in your work space, and you can put in comment or delete this lines

    
                org.eclipse.ui.externaltools.ExternalToolBuilder
                full,incremental,
                ...
                ...
    
    
    

    and after that, you can rebuild your project and it will work correctly.

    Reference: https://bugs.eclipse.org/bugs/show_bug.cgi?id=118294

提交回复
热议问题