Versioning Problem
Dear All
I have installed jdk 1.5.0_07 first and then Java EE 5. My Core Java Programs compile successfully while java application launcher gives exception asUnsupportedClassVersionError. Additionally, the command :"javac -version" shows the correct version whereas the command :"java -version" shows previous version. This is fresh installation of java. Java had never been installed previously on my system.

