cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1406
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

Core Issue

Perform these steps only to upgrade Java to the latest recommended version of the CSCP documentation. For further assistance, contact Cisco Technical Support. The obtain the latest version of Java, refer to www.sun.com/java

Resolution

To  install JDK 1_4_2_XX, perform these steps:

  1. Copy su to root.

    sudo su

  2. Copy the binary to the /usr directory.

    cp j2sdk-1_4_2_04-solaris-sparc.sh /usr

  3. Copy cd to the /usr directory.

    cd /usr

  4. Make sure the binary is executable.  If it is not:

    chmod u+x j2sdk-1_4_2_XX-solaris-sparc.sh

  5. Execute the binary, space through the license, and type yes.

    ./j2sdk-1_4_2_XX-solaris-sparc.sh

  6. Remove the old java link.

    rm /usr/bin/java

  7. Add a new link to the new version of Java.

    ln -s /usr/j2sdk1.4.2_XX/bin/java /usr/bin/java

  8. Confirm the new version of java is being used.

    java -version

    This is the output result:

    java version "1.4.2_XX"

    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_XX-b02)

    Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)

  9. Remove the installer from the /usr directory.

    rm /usr/j2sdk-1_4_2_XX-solaris-sparc.sh

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: