Can I configure iPlanet 4.1 to use JDK 1.3? If so, how?
Created May 8, 2012
Adam Thompson In the Adminstration server, go to the Global Settings tab.
Once there, navigate to the "Configure JRE/JDK Paths" screen using the menu.
Click on the "JDK" radiobutton.
Fill in the path to $JAVA_HOME in the field labeled "JDK Path". Don't give the path to the binary itself.
i.e. if the binary is /usr/local/jdk1.3/bin/java, then set JDK Path to "/usr/local/jdk1.3" - which is what your $JAVA_HOME should be set.
Once there, navigate to the "Configure JRE/JDK Paths" screen using the menu.
Click on the "JDK" radiobutton.
Fill in the path to $JAVA_HOME in the field labeled "JDK Path". Don't give the path to the binary itself.
i.e. if the binary is /usr/local/jdk1.3/bin/java, then set JDK Path to "/usr/local/jdk1.3" - which is what your $JAVA_HOME should be set.