Wednesday, November 7, 2007

Java Version Used by JServ With Applications 11i

Print this post

Perform the following steps to verify the version from the command prompt:

  1. Set the Applications environment by running the APPSORA.env (if not already set)
  2. Run the following command from the command prompt

MY_JAVA=`awk -F= '$1 ~ /^JSERVJAVA.*$/ {print $2}' \
$IAS_ORACLE_HOME/Apache/Apache/bin/java.sh`; \
$MY_JAVA -version

The output will be similar to the following:
java version "1.4.2_04"Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.2_04-b05)Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)

No comments: