Skip to main content

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


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@xxxxxxxxxxxxxxxxxx




Back to the top