This is a discussion on WSAD built-in java version - Websphere ; What is the built-in java version in IBM WSAD v5.12? I tried the following and get two different JRE versions. Also, the Java JRE in Websphere is from IBM, not from Sun? C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v51\bin>java -version java version "1.3.0" ...
What is the built-in java version in IBM WSAD v5.12? I tried the
following
and get two different JRE versions. Also, the Java JRE in Websphere
is from IBM, not from Sun?
C:\Program Files\IBM\WebSphere Studio\Application
Developer\v5.1.2\runtimes\base_v51\bin>java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
C:\Program Files\IBM\WebSphere Studio\Application
Developer\v5.1.2\runtimes\base
_v51\java\jre\bin>java -version
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1)
Classic VM (build 1.4.1, J2RE 1.4.1 IBM Windows 32 build
cn1411-20031011 (JIT en
abled: jitc))
Please advise. thanks!!