1834282 Members
1753 Online
110066 Solutions
New Discussion

Java 1.3 y Java 1.4

 
SOLVED
Go to solution

Java 1.3 y Java 1.4

Hi admins,
i can see in my system two versions of java.
#swlist| grep -i java
B9788AA 1.3.1.09.07 Java2 1.3 SDK for HP-UX
B9789AA 1.3.1.09.07 Java2 1.3 RTE for HP-UX
T1456AA 1.4.1.03.01 Java2 1.4 SDK for HP-UX
T1457AA 1.4.1.03.01 Java2 1.4 RTE for HP-UX

My question is: Can i use both versions of java?.

Thanks in advance.
3 REPLIES 3
Arunvijai_4
Honored Contributor
Solution

Re: Java 1.3 y Java 1.4

Hello,

Yes, you can use both versions without any trouble. Just make sure that you have correct version in path or, try to use full path to java executable as /opt/java1.3/bin/java or /opt/java1.4/bin/java

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Steve Steel
Honored Contributor

Re: Java 1.3 y Java 1.4

Hi

www.hp.com/go/java for all info

the faq at

http://www.hp.com/products1/unix/java/faq/index.html#multiple_versions

Confirms it


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)

Re: Java 1.3 y Java 1.4

Thanks, thanks.