Operating System - HP-UX
1821981 Members
3124 Online
109638 Solutions
New Discussion юеВ

how to check if java is installed on hp-ux

 
SOLVED
Go to solution
twtandigi.com.my
Frequent Advisor

how to check if java is installed on hp-ux

I am wondering how is it to check what version of java is installed on the hp-ux system (HP-UX 11). Is there any test that can be performed on the system to check if the java that is on the system works?
2 REPLIES 2
KapilRaj
Honored Contributor

Re: how to check if java is installed on hp-ux

1. swlist ...... Lists all the installed softwares
2. java -version ... This wil tel u which version


Kaps
Nothing is impossible
Joseph Loo
Honored Contributor
Solution

Re: how to check if java is installed on hp-ux

hi,

# swlist -l product|grep -i java
and look under /opt/ if there are any java1.2 or java1.3 directories.

if it exists:
# /opt/java1.3/bin/java -version
the above is an example only.

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