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!

Solaris 10 - JDK 5 uninstallation

Status
Not open for further replies.

janaleem

Programmer
Aug 18, 2005
8
HK
Hi All,
Solaris 10 is shipped with Java 5.0 ,

i have problem installing weblogic 8.1 (sp4) , found n BEA forum
problem is with Java 5.0 ,

i have installed JDK 1.4 but somehow 1.5 takes precedence,

is there some way i can uninstall ?? or remove Java 1.5 completely
from solaris 10,

please let me know if therez some better ways to do this.

thanks a ton,
Abdul
 
Just rename the /usr/jdk directory to /usr/jdk.old and create a new sym link to the java you want to use

# ln -s /usr/jdk1.4 java

then test to see that you are using the correct version:
# java -version
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top