Are you using websphere? I have seen that error before when working with websphere. You must be using generics (like ArrayList<String>) in your jsps, and websphere doesn't seem to allow that unless you change some setting..
This definitely has nothing to do with GWT. I would recommend searching Websphere forums for this.. On Aug 23, 5: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 -~----------~----~----~----~------~----~------~--~---
