1751727 Members
6143 Online
108781 Solutions
New Discussion юеВ

set java path

 
Sandeep Daphal
Frequent Advisor

set java path

I install java 1.6.0.01.01 on hpux11i.
but it is not show when give whereis java command.

it install path is /opt/java6/jre/bin/java
i set this path manule in /etc/profile but it is not working .

please help tell me how set java path.


thanks

Sandeep
2 REPLIES 2
Roopesh Francis_1
Trusted Contributor

Re: set java path

try set PATH.

export PATH=$PATH:/opt/java6/jre/bin

Thanks,
Sandeep Daphal
Frequent Advisor

Re: set java path

thanks fo help