View Single Post
  #2 (permalink)  
Old 05-17-2008, 01:06 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
The type Class is not generic; it cannot be parameterized with arguments <T>
It may be that your ide is using a version of java (earlier than j2se 1.5 in which generics was added to the language) which does not support generics. You can try removing the generic type parameters.
Reply With Quote