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

eclipse uses its own (ingenious) compiler.
check http://www.genady.net/forum/viewtopic.php?t=33

regards -dk


-----Original Message-----
From: Frans Stofberg [mailto:Frans.Stofberg@xxxxxxxxxxxxxxxxxx] 
Sent: Mittwoch, 18. Februar 2004 07:45
To: eclipse-dev@xxxxxxxxxxx
Subject: [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