Upgrading RAD JDK to 1.6

I am using RAD for development. For my application, I need to update the JDK compliance to 1.6 from 1.4. I installed jdk 1.6 and added it to the installed JREs. Now showing JDK 1.4, what needs to be done to get JDK 1.6 compliant?

Thanks in advance.

Cheers, Deena

+2


a source to share


1 answer


In the Java Compiler section, this should be set either in the global settings or in the project properties:

alt text http://img714.imageshack.us/img714/2482/eclipsejdkcompliance.png



See also the IBM article with the section on "Changing the JDK Compliance Level".

+2


a source







All Articles