1844150 Members
2363 Online
110229 Solutions
New Discussion

Remove old Java Sdk

 
SOLVED
Go to solution
Francesco_13
Regular Advisor

Remove old Java Sdk

Hi,
I try to install Java1.4 , but for space problem in my /opt ( Hp-Ux 11) i do it to remove Java1.3 or Java1.2 before.
How i can establish wich java isn't in use?

Thanks.
Best regards.
1 REPLY 1
Joseph Loo
Honored Contributor
Solution

Re: Remove old Java Sdk

hi,

if you really do not need 1.3 and 1.2, do a swremove to remove them.

if you really need them, do this to check which version you are using:

# ps -ef|grep -i java
which should point to the directory path, i.e. /opt/java1.2/ or /opt/java1.3 or /opt/java1.4.

hope this help.

regards.
what you do not see does not mean you should not believe