Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] sdk 1.5.0

there is a plugin floating around which gives 1.5 functionality. search the newsgroups for more info.

-alvin


Frans Stofberg wrote:

Hi all
I Downloaded the beta version of the sdk 1.5.0, but eclipse does not compile the new features like generics, autoboxing and the enhanced for loop,

ArrayList < Integer > list = *new* ArrayList < Integer > ();
*for* (Integer i : list)
{
        System.out.println(i);
}

sntax error on line - ArrayList < Integer > list

how can I get Eclipse to compile this code?
Frans Stofberg
BANKit Development
+27 11 303 0134
_Frans.Stofberg@xxxxxxxxxxxxxxx.za_ <mailto:Frans.Stofberg@xxxxxxxxxxxxxxxxxx>




--
Alvin Thompson

Navy: 34
Army: 6


Back to the top