Operating System - HP-UX
1837180 Members
2489 Online
110113 Solutions
New Discussion

HPUX system ignores java1.4.2.12

 
SOLVED
Go to solution
cbozlagan
Regular Advisor

HPUX system ignores java1.4.2.12

HPUX system ignores java1.4.2.12

My HPUX system has java1.4.2.9 and java1.4.2.12

I want system's default java as java1.4.2.12, but system uses java1.4.2.9

How can I solve this problem?

Thanks
2 REPLIES 2
cbozlagan
Regular Advisor

Re: HPUX system ignores java1.4.2.12

java -version
1.4.2.9

I want when I use java -version statement,
it must display 1.4.2.12
Murat SULUHAN
Honored Contributor
Solution

Re: HPUX system ignores java1.4.2.12

Hi

Check your /etc/profile and/or .profile files of your users. (.profile files located in user's home directory)

Edit the files with vi and change the
JAVA_HOME= line with JAVA_HOME=

Regards
Murat
HP
Murat Suluhan