Re: Issue on OS X 10.7 java.lang.NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference

2012-05-04 Thread rickyw
I have seen the same error. I am running Windows, but apparently there was another CompilerOptions class that was conflicting with the class in gwt-dev. I moved gwt-dev higher on the classpath in my eclipse launch configuration so that it would find the gwt-dev CompilerOptions class first, and

Issue on OS X 10.7 java.lang.NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference

2012-04-20 Thread Adrian
I'm trying to learn GWT and I can't get the "hello world"-type project to compile. My system: OS X, Lion Java: I tried both the JDK 1.6_31 provided by Apple and OpenJDK 1.7.0- u6-b01 * I downloaded GWT 2.4.0 * Run "webAppCreator -out ~/MyWebApp com.example.MyWebApp" * Then cd to ~/MyWebApp and di