IBM RAD With Java 1.5 wont compile code with generics

Posted by Matt1776 on Stack Overflow See other posts from Stack Overflow or by Matt1776
Published on 2010-06-16T19:38:18Z Indexed on 2010/06/16 19:42 UTC
Read the original article Hit count: 316

Filed under:
|
|
|
|

Hello

I have some code that has generic references in it and my IBM RAD IDE will not compile the code, instead treating it as an error. I have checked the version of the JRE its pointing to across all the Enterprise Project's and it is 1.5 which I am told does support generics. Also I checked that all the libraries for WAS were pointing to the correct version and that the Compiler Compliance Level was set correctly (which it was at 5.0 and i changed it to 6.0 with no luck either)

Does anyone have any suggestions as to anything else I can try? I have issues like this with RAD all the time and I dont know about anyone else but they took eclipse and made it complicated and dysfunctional.

© Stack Overflow or respective owner

Related posts about java

Related posts about generics