MyEclipse2014編輯代碼時,只要保存就會報出如下錯誤信息:
Errors occurred during the build. Errors running builder 'JavaScript Validator' on project 'dhccms9'. org.eclipse.wst.jsdt.internal.compiler.ast.IfStatement cannot be cast to org.eclipse.wst.jsdt.internal.compiler.ast.AbstractVariableDeclaration
解決辦法:
項目右鍵——》屬性,選擇“Builders”,取消勾選“JavaScript Validator”選項即可。