Cisco Systems Surveillance Media Server Network Card User Manual


 
Installing J2SE 1.4.2 SDK for Linux (all platforms)
8
Installing and Upgrading Cisco Video Surveillance Media Server (VSMS)
Installing J2SE 1.4.2 SDK for Linux (all platforms)
VSMS uses the Sun Java SDK 1.4.2. Follow these steps to download and install
this package before you install VSMS.
Procedure
Step 1 Download Java 2 SDK, Standard Edition, v. 1.4.2 from the Sun Microsystems
website at http://java.sun.com/j2se/1.4.2/download.html. Although the version
must be version 1.4.2, the build number may vary. The downloaded filename is
similar to j2sdk-1_4_2_19-linux-i586-rpm.bin, adjust the commands in the
following steps if your file name is different.
Step 2 Copy the downloaded file to the VSMS server.
Step 3 On the VSMS server, extract the J2SDK .rpm file with the command:
shell> sh <filename>
This process creates a new file
Step 4 Agree to the license as applicable.
Step 5 Install the extracted J2SDK rpm file with the command:
shell> rpm -ivh <filename>
Step 6 Create symbolic link /usr/java/java to the installed J2SDK for VSMS as follows:
shell> cd /usr/java
shell> ln -s j2sdk1.4.2_19 java
Step 7 Verify the symbolic link with the command:
shell> ls -l /usr/java/
total 0
drwxr-xr-x 8 root root 376 Sep 26 10:15 j2sdk1.4.2_19
lrwxrwxrwx 1 root root 13 Sep 26 10:16 java -> j2sdk1.4.2_19