Eclipse building workspace hangs after importing existing maven project because of JavaScript validation

前端 未结 2 1582
自闭症患者
自闭症患者 2021-01-03 21:27

When running Eclipse Kepler and importing an existing Maven project, Eclipse hangs during \"Building Workspace (XX%)\". Switching to the Progress tab reveals a \"Validating

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-03 21:46

    • Kill Eclipse process.

    • Go to project folder and edit .project file.

    • Remove the following lines (it will disable failing JavaScript validator):

      
        org.eclipse.wst.jsdt.core.javascriptValidator
        
        
      
      
    • Save file.

    • Re-open Eclipse.

提交回复
热议问题