Re: newbie: List & ArrayList, what i'm doing wrong?

2008-08-25 Thread Ian Petersen
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

Re: newbie: List & ArrayList, what i'm doing wrong?

2008-08-25 Thread alex.d
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

newbie: List & ArrayList, what i'm doing wrong?

2008-08-25 Thread rawen81
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