View Single Post
  #1 (permalink)  
Old November 8th, 2005
oopsdude oopsdude is offline
Novicius
 
Join Date: November 8th, 2005
Posts: 1
oopsdude is flying high
Default Can't compile generics?

Hi everyone,

I'm writing a class for the gui that uses generics, but when I try to compile, I get this error:

Code:
generics are not supported in -source 1.3 (try -source 1.5 to enable generics)
How do I tell Ant to compile with this parameter? Should I use generics at all if it requires everyone else to update their build configurations? The class is a lot easier and cleaner if I do use generics.

Thanks in advance!
Reply With Quote