Operating System - HP-UX
1822895 Members
3942 Online
109645 Solutions
New Discussion юеВ

How to install JAVA in HPUX

 
Shendge
New Member

How to install JAVA in HPUX

Hi, Friends.

I have downloaded jre15_15018_pa.depot and copy in HPUX path but how to install That depot.

Regards
Rahul
10 REPLIES 10
Torsten.
Acclaimed Contributor

Re: How to install JAVA in HPUX

Assuming the depot is now in /tmp do

# swinstall -s /tmp/jre15_15018_pa.depot

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!   
Shendge
New Member

Re: How to install JAVA in HPUX

Hi Thanks,

But when i run it its asking for source depot path.

Shendge
New Member

Re: How to install JAVA in HPUX

i have given the source path. where i have copyed the setup location as /tmp/jre15_15018_pa.depot. Then i selected the software and clicked on action and selected install option it gave me the error as (The target "hpws2:/" failed Analysis, so the task cannot be executed)
Torsten.
Acclaimed Contributor

Re: How to install JAVA in HPUX

The log file will tell you the reason. Switch to the log screen.

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!   
Dennis Handly
Acclaimed Contributor

Re: How to install JAVA in HPUX

>I have given the source path. where i have copyed the setup location as /tmp/jre15_15018_pa.depot. Then i selected the software and clicked on action

You may want to just give up on the GUI and use the CLI:
swinstall -s /tmp/jre15_15018_pa.depot \*
This installs everything and errors to stderr or to the logfile.
Prasanth Thomas
Valued Contributor

Re: How to install JAVA in HPUX

Hi Rahul,

is this problem resolved or still existing?.

regards,
Prasanth Thomas.
Bill Hassell
Honored Contributor

Re: How to install JAVA in HPUX

The command is:


# swinstall -s /tmp/jre15_15018_pa.depot \*

It must be installed by root. The \* specifies that all products in the depot be installed. Without \* then swinstall goes interactive and that can be confusing.


Bill Hassell, sysadmin
Shendge
New Member

Re: How to install JAVA in HPUX

Hi bill i have installed java with followng comand thanks for the support
Shendge
New Member

Re: How to install JAVA in HPUX

My java problem was solved by swinstalled comand

thanks for HP support
Dennis Handly
Acclaimed Contributor

Re: How to install JAVA in HPUX

>My java problem was solved by swinstall command

If you are happy with the answers you were given, please read the following how to reopen threads and to assign points:
http://forums.itrc.hp.com/service/forums/helptips.do?#41
http://forums.itrc.hp.com/service/forums/helptips.do?#33