Java Version in a Java Service

Hi all,
How to change version of Java from Jdk 1.3 to Jdk 1.4 for Java Services in IS. I want to user replaceAll method of String Class which is in Jdk 1.4. Eagerly waiting for the response.

Thanks and Regards,
Raghu

  1. Open the Server.sh script file.
    2 Set JAVA_ROOT as jdk1.4 installed path.
  2. Restart the IS server.

Hi,
The above will definitely get the job done. However, you may find other issue with using JDK 1.4. I think I saw something in the forums about issues related to using that JDK version. Be sure to search the forums for possible issues.

Good Luck,
Jim Palmer