Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Wed Sep 29, 2010 11:29 am Post subject: GWT sample compile error |
|
|
Hi there, and check this out:
Code: |
[root@cent MyWebApp]# ant devmode
Buildfile: build.xml
libs:
javac:
[javac] Compiling 3 source files to /root/gwt-2.0.4/MyWebApp/war/WEB-INF/classes
[javac] ----------
[javac] 1. ERROR in /root/gwt-2.0.4/MyWebApp/src/com/mycompany/mywebapp/client/MyWebApp.java (at line 1)
[javac] package com.mycompany.mywebapp.client;
[javac] ^^
[javac] The type Class is not generic; it cannot be parameterized with arguments <?>
[javac] ----------
[javac] 1 problem (1 error)
BUILD FAILED
/root/gwt-2.0.4/MyWebApp/build.xml:28: Compile failed; see the compiler error output for details.
Total time: 0 seconds
|
Has anyone experience with GWT 2.0.4 that can explain this compilation error of an unmodified sample file?[/url]
|
|