Hi Ranchers,
I am trying to compile a Ajax FeedReader Application on eclipse.I downloaded the code from
http://gwt-feed-reader.googlecode.com/svn/trunk
This link has two folders
1.ajaxfeed
2.sample
which I have copied in a New Project in eclipse as
two separate folders One for the sample and the other for the ajaxfeed like
com.feedReader for sample
com.feedReader.ajaxfeed
I am trying to run this application in Development Mode.
When I try to compile the application it gives me a
Internal Compiler Error Like
java.lang.IncompatibleClassChangeError: Found class com.google.gwt.core.ext.TreeLogger, but interface was expected
Its throwing this exception for the Loader.java class in the ajaxfeed source.The following is the source for Loader.java
I am stuck since few days I know this is something very stupid...But
awating your replies experts..