You need to either upgrade to GWT 1.5, or follow the directions in the
exception and use only Java 1.4-compatible source.
Ian
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to th
Which GWT-Version do you use? Only GWT 1.5 (and above) supports
generics.
On 23 Aug., 11:53, rawen81 <[EMAIL PROTECTED]> wrote:
> Hi, i tried to use this:
>
> List = new ArrayList();
>
> in my application, but gwt compiler ends with this:
>
> [ERROR] Line 40: The type List is not generic; it can
Hi, i tried to use this:
List = new ArrayList();
in my application, but gwt compiler ends with this:
[ERROR] Line 40: The type List is not generic; it cannot be
parameterized with arguments
[ERROR] Line 40: GWT does not yet support the Java 5.0 language
enhancements; only 1.4 compatible sourc