Operating System - HP-UX
1758050 Members
2716 Online
108867 Solutions
New Discussion юеВ

Re: License SDK version 1.4.2.00

 
Jeffrey F. Goldsmith
Super Advisor

License SDK version 1.4.2.00

I am tring to install ArcIMS on my HP-UX 11.i server. In doing the install I am instructed to install JAVA and the link I am given is "http://www.hp.com/products1/unix/java/java2/sdkrte14/downloads/license_sdk_1.4.2.00.html". I download the program and install it. Now when I am setting up the tomcat part it says that I need to put the location of JAVA into my .profile.
My question is where was JAVA installed so I can put that information into my .profile?

Thanks for the help.
5 REPLIES 5
Patrick Wallek
Honored Contributor

Re: License SDK version 1.4.2.00

Most likely it was installed in /opt/java1.4

Jeffrey F. Goldsmith
Super Advisor

Re: License SDK version 1.4.2.00

How do I know if the Java environment variable is defined? I am getting the following error when I try to start up tomcat:

root: /software/arcims/jakarta-tomcat-4.1.29/bin ==> ./startup.sh
The JAVA_HOME environment variable is not defined
This environment variable is needed to run this program
root: /software/arcims/jakarta-tomcat-4.1.29/bin ==>
Patrick Wallek
Honored Contributor

Re: License SDK version 1.4.2.00


# export JAVA_HOME=/opt/java1.4

You could also put this in your .profile or in the Tomcat startup script.
Jeffrey F. Goldsmith
Super Advisor

Re: License SDK version 1.4.2.00

I added that to my .profile and tried to start it again. Got the same error.
Jeffrey F. Goldsmith
Super Advisor

Re: License SDK version 1.4.2.00

This is what I get when I do the following command:

root: /opt/java1.4/bin ==> /usr/sbin/swlist | grep -i Java
B8111AA 1.2.2.15.00 Java 2 RTE for HP-UX (700/800), PA1.1 + PA2.0 Add On
B9098AA 1.2.2.15.00 Java 2 Plugin for HP-UX (700/800)
B9789AA 1.3.1.09.08 Java2 1.3 RTE for HP-UX
Java15JRE 1.5.0.00.00 Java 1.5 JRE for HP-UX
T1455AA 1.3.1.09.08 Java2 1.3 Netscape Plugin for HP-UX
T1456AA 1.4.2.00.00 Java2 1.4 SDK for HP-UX
T1457AA 1.4.1.02.02 Java2 1.4 RTE for HP-UX
T1458AA 1.4.1.02.02 Java2 1.4 Netscape Plugin for HP-UX