Problem as below:
Errors occurred during the build.
Errors running builder 'JavaScript Validator' on project 'ips'.
java.lang.ClassCastException
Root Cause:
there is a bug during the eclipse parsing the jquery mobile.
Solution:
- right click the project and then click the properties
- click the JavaScript item => Include Path => Source => Excluded
- double click the Excluded item and add a rule in the Exclustion patterns(exclude the js file which is reported to contain errors)

文章详细介绍了在使用Eclipse进行项目构建时遇到的关于jQuery Mobile类转换错误的问题,并提供了针对性的解决方案。通过右键点击项目、进入属性设置,对JavaScript的排除路径进行修改,可以有效解决类转换错误的问题。
737

被折叠的 条评论
为什么被折叠?



