1843905 Members
3479 Online
110226 Solutions
New Discussion

JAVA question

 
SOLVED
Go to solution
mvr
Regular Advisor

JAVA question

I am going to install IDS/9000 on unix HP-11. One of the requirements is to run Java. How can I find out if I have Java on my system.
(which demon or files I need to look for)

Miro
3 REPLIES 3
Uday_S_Ankolekar
Honored Contributor
Solution

Re: JAVA question

Look for /opt/java directory. and/or

swlist -l fileset | grep -i java should give some output related to java product , if it's installed in your server

-USA..
Good Luck..
Paul Sperry
Honored Contributor

Re: JAVA question

swlist | grep -i Java

Note. that is a Capital J.

if you have java install you will see something like this

B9788AA 1.3.1.07.00 Java2 1.3 SDK for HP-UX
mvr
Regular Advisor

Re: JAVA question

Thank you ....

Miro