Are you using maven? If so check your POM for the compiler settings for the maven-compiler-plugin to make sure the java version is set to 1.5 or above.
If not then there must be some equivalent setting that governs the java-version compatibility of the GWT java-to-js compiler On Aug 23, 10:45 am, betterdanielding <[email protected]> wrote: > When I'am running jsp in GWT 1.7, the error occurred: > > "Syntax error, parameterized types are only available if source level > is 1.5" > > I have set the servlet parameters in "web.xml" and set the Eclipse > project JRE level, but it doesn't work. > > Can any one help? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
