Operating System - HP-UX
1752401 Members
5665 Online
108788 Solutions
New Discussion юеВ

Re: How to install jre in HP Ux

 
Seems
Occasional Advisor

How to install jre in HP Ux

Hi Friends

I want to install HP SWA and it's prerequisites jre, I have downloaded latest jre from hp but I don't know how to install extracted jre files.

Please help me to install jre

OS : HP-Ux B.11.11
13 REPLIES 13
amithp
Frequent Advisor

Re: How to install jre in HP Ux

if the pacakgefile is in .depot format
simply
#swinstall -s
this will automatically install java
Jupinder Bedi
Respected Contributor

Re: How to install jre in HP Ux

you can install it as follows


swinstall -x mount_all_filesystems=false -s servername:/path/depot_name


thats all

its just like a patch or software installation


Good Luck
All things excellent are as difficult as they are rare
Seems
Occasional Advisor

Re: How to install jre in HP Ux



jre pack is not in depot format please see the below jre extracted files from jre6_16005_pa.tar

# ls -ltr
total 160
-r--r--r-- 1 bin bin 2992 Oct 15 04:47 COPYRIGHT
-r--r--r-- 1 bin bin 9636 Oct 15 04:47 LICENSE
-r--r--r-- 1 bin bin 32768 Oct 15 04:47 THIRDPARTYLICENSEREADME.txt
-r--r--r-- 1 bin bin 597 Oct 15 04:47 java.os11.release.notes.html
drwxr-xr-x 2 root root 96 Feb 10 13:20 .systemPrefs
dr-xr-xr-x 4 bin bin 8192 Feb 10 13:20 bin
dr-xr-xr-x 2 bin bin 96 Feb 10 13:20 javaws
dr-xr-xr-x 17 bin bin 8192 Feb 10 13:20 lib
dr-xr-xr-x 4 bin bin 96 Feb 10 13:20 plugin
dr-xr-xr-x 6 bin bin 96 Feb 10 13:20 man
Johnson Punniyalingam
Honored Contributor

Re: How to install jre in HP Ux

can you post the content of "bin" ??

Problems are common to all, but attitude makes the difference
Michal Kapalka (mikap)
Honored Contributor

Re: How to install jre in HP Ux

hi,

just go to the HP site :

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJAVAHOME

select you required JRE version, read the pre requirements of patches ( and them patch the system if its needed ), the follow the installation intruction.

mikap
Seems
Occasional Advisor

Re: How to install jre in HP Ux

Hi Johnson

Thanks for your replay

below are bin contents

# cd bin
# ls -ltr
total 2816
-r-xr-xr-x 1 bin bin 28672 Oct 14 14:21 HPUXChildWrapper
-r-xr-xr-x 1 bin bin 110264 Oct 14 14:21 java
-r-xr-xr-x 1 bin bin 110264 Oct 14 15:44 keytool
-r-xr-xr-x 1 bin bin 110264 Oct 14 15:44 policytool
-r-xr-xr-x 1 bin bin 110264 Oct 14 15:47 rmiregistry
-r-xr-xr-x 1 bin bin 110264 Oct 14 15:47 rmid
-r-xr-xr-x 1 bin bin 110264 Oct 14 15:56 tnameserv
-r-xr-xr-x 1 bin bin 110264 Oct 14 15:57 pack200
-r-xr-xr-x 1 bin bin 110264 Oct 14 16:13 orbd
-r-xr-xr-x 1 bin bin 110264 Oct 14 16:13 servertool
-r-xr-xr-x 1 bin bin 344064 Oct 14 20:22 unpack200
-r-xr-xr-x 1 bin bin 6347 Oct 15 06:38 jcontrol
-r-xr-xr-x 1 bin bin 1398 Oct 15 06:38 javaws
lrwxr-xr-x 1 bin bin 10 Feb 10 13:20 ControlPanel -> ./jcontrol
dr-xr-xr-x 2 bin bin 8192 Feb 10 13:20 PA_RISC2.0
dr-xr-xr-x 2 bin bin 8192 Feb 10 13:20 PA_RISC2.0W
Torsten.
Acclaimed Contributor

Re: How to install jre in HP Ux

Just follow the advise and download the depot file.

http://www.hp.com/go/java

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sachin Kumbla
Frequent Advisor

Re: How to install jre in HP Ux

Hi

Generally the software which you will download from the HP website will be in .depot format

once dowloaded ftp it onto your system
for eg in /tmp


swinstall -s /tmp/

then you will ineracting with the sam

just select the depot using space & click on the install tab.


Take a ignite backup id reqd.

Jupinder Bedi
Respected Contributor

Re: How to install jre in HP Ux

dowload the depot from the hp website or can you please sent me the content of PA_RISC2.0 and PA_RISC2.0
W directories
All things excellent are as difficult as they are rare