Hi,
I am using WSAD 5.1.2 for
J2EE development. I realize that WSAD 5.1.2 uses JDK 1.4 by default, however I do need certain features that are specific to JDK 1.5 only. I was able to change my options in Windows -> Preferences -> Installed JREs to point to JDK 1.5 and thereafter the code written for JDK 1.5 compiles fine. However, I still get a runtime exception which is probably due to the fact that the
Test Server still runs version 1.4. Is there anyway for me to tell the server to use version 1.5 instead?
From the posts that I have read it seems that IBM does not support it. Is there a way around or do I have to modify my code altogether?
--Thanks