Operating System - HP-UX
1833779 Members
2390 Online
110063 Solutions
New Discussion

Installing Java 1.4.x runtime for HP-UX 11.00

 

Installing Java 1.4.x runtime for HP-UX 11.00

Is there a way to install the Java 1.4.x runtime package without root access and in a directory other than /opt/java1.4?
2 REPLIES 2
David Child_1
Honored Contributor

Re: Installing Java 1.4.x runtime for HP-UX 11.00

Someone with root access would need to set it up so you have permission. There is several ways to do this.

Another option is to tar up the software from a server you have access to;

$ cd /opt
$ tar cvf /home/myhome/java.tar ./java1.4

Then go to the server in question and untar it into the desired directory (as long as you have permissions on that directory).

David

Re: Installing Java 1.4.x runtime for HP-UX 11.00

Hi David,
Will Java still function if /opt/java1.4 is untar (installed) in a directory other than /opt? Are there shared libaries that were linked with Java under the /opt directory structure and Java won't work with those being in other directory structure.
Thanks,
Patrick & Joe.