Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing Java 1.3.1 2

Status
Not open for further replies.

june54

Technical User
Jun 4, 2003
160
US
I have loaded JAVA 131 on my system running AIX5.1.4 ..But when I run " java -version I get version 1.1.8 .. What am i doing wrong ........

Thanks
 
The /usr/java131/bin directory needs to come BEFORE /usr/bin in the PATH, because the 1.1.8 executables have links in /usr/bin.

You can use "which java" to check how PATH changes determine which executable will run.


Rod Knowlton
IBM Certified Advanced Technical Expert pSeries and AIX 5L

 
Thanks Rod that did the trick ... You have made my day ...
 
Thanks Scewloose for your help also

...........
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top