Java Problem

I am using Jbuilder 2005 and I need to create a application where I use generics. But once I create the class that implements the generics portion of the code, I get an error that says "generics are not supported in -source 1.2 (try -source 1.5 to enables generics)". Any one know what this means, or how to solve it...?

[327 byte] By [ace_84a] at [2007-11-26 14:38:15]
# 1
There should be a setting somewhere in the IDE's profile to control which version of Java your code compiles to - find that and set to 1.5.In Eclipse it's called the "Compiler compliance level".
TimRyanNZa at 2007-7-8 8:19:17 > top of Java-index,Developer Tools,Java Compiler...
# 2
There is, in the project settings, an option to not just choose which language version to use for a project but which specific compiler.
jwentinga at 2007-7-8 8:19:17 > top of Java-index,Developer Tools,Java Compiler...