I had a jdk1.3 and I have upgraded it to
j2ee platform. I am trying to find whether the version has been upgraded or not. I have used
java -version statement and it gave me a result which says something like this....
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
Can you please tell me from the above statements whether my java is upgraded and is it a j2ee platform?