Java Configuration Changes

Make the Java configuration changes listed in this topic.

  1. Remove all JAR files from the $JAVA_HOME/jre/lib/ext directory.
  2. For Solaris with WAS platform, copy ibmjceprovider.jar and ibmpkcs.jar files from $JAVA_HOME/jre/lib/endorsed directory and place them into the $JAVA_HOME/jre/lib/ext directory.
  3. Change the security provider list in the $JAVA_HOME/jre/lib/security/java.security file to:
    security.provider.1=com.ibm.crypto.provider.IBMJCE
security.provider.2=com.ibm.jsse.JSSEProvider
security.provider.3=sun.security.provider.Sun