Operating System - HP-UX
1834312 Members
2185 Online
110066 Solutions
New Discussion

How to install java in a different directory?

 
SOLVED
Go to solution
Francesco_13
Regular Advisor

How to install java in a different directory?

Hi,
i have alraedy a Java1.4 installed in my HP-UX 11 in /opt/java1.4 that work in production mode with oracle ias 9i . I need other java1.4 sdk, with different release for Oracle 10g.
How i can install in other directory this new Java1.4 sdk? for example in /opt/java1.4a directory?.

Thanks.
Best regards.
Francesco
2 REPLIES 2
Pete Randall
Outstanding Contributor
Solution

Re: How to install java in a different directory?

Start up swinstall. Switch the view to "products". You will see "JDK14" and "JRE14". Mark each for install and then, under "Actions", select the "Change Product Location" button. You can then specify a different location, i.e. /opt/java1.4a.


Pete

Pete
Francesco_13
Regular Advisor

Re: How to install java in a different directory?

all ok!