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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installation of java sdk

Status
Not open for further replies.

zulu1hl

MIS
Feb 28, 2003
1
US
Hi,

I am new to Unix and have just installed solaris 8 on a ultra 10 box.

I have also downloaded java 131_07 sdk and installed it in the /usr directory.

However, when I excute #java -version command, the system indicates that the version being used in the default java 1.2.

So what do I need to do to set the system path to use the new sdk installed?

Thanks.

 
Simple

in /usr set up:


ln -s /usr/yourto to java 1.3xxx java

I have Java 1.4.1 currently running

lrwxrwxrwx 1 root other 15 Feb 24 09:41 java -> /usr/j2sdk1.4.1/


Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top