The on thing that really irks me about Eclipse

When I generate a for(each) loop it or whenever I generate a type [typ…] it never generates the generic tags even though the type is included within my class.

Does anyone have any information when such a feature would be included?

are you running the compile and eclipse from a java 5 vm ?

Yes to both.

Here is the command for running Eclipse on 5.0:
“C:\eclipse\eclipse.exe -vm “D:\Program Files\Java\jre1.5.0_04\bin\javaw.exe””