I setup my application in IRAD7 and WAS6.1 using the default JDK5 installed along with iRad. Everything worked fine with this combination.
But my project needs to be tested with jdk1.4 :-(
So I changed the
preferences
under "Installed JREs" to use my other JDK1.4 version and also under Java--> Compiler --> set the "Jdk compliance level" to 1.4
After doing this I got the error "
Java compiler level does not match the version of the installed java project facet
"
Is there any more settings that can be done or will this combination not work at all? Should WAS6.1 server be configured with this runtime jre ? If so, how ?
Abi, What you did is correct for the compiler. As for the server, you can't change the JRE it uses. What you can do is use the WAS 5 compatibility server when you deploy within RAD.