GWT + Extjs + Eclipse + Cypal = Error
For anyone following the tutorial found here, and getting this handy error:
[ERROR] Failure to load module ‘foo.bar.Bar’
java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.compiler.CompilationResult.getErrors()[Lorg/
eclipse/jdt/core/compiler/IProblem;
I get this error whenever I add the nocache.js to the html page.
I have a solution. Go in to your project properties and remove unused libraries (especially any that refer to Tomcat). Project -> Properties -> Java Build Path […]
Comments(0)