This is the Blackdown Java-Linux port of the Java 2 SDK Version 1.2.2 Release Candidate 4. Note that this is not the final version of the Java 2 SDK Version 1.2.2. A final version will be released when we've verified compatibility with the JCK testsuite and fixed the problems you possibly report against this release candidate. Also note that this version needs at least a glibc-2.1.2 based system with a recent 2.2.xx kernel. This build will not run with glibc-2.0 or glibc-2.1[.1]. The final release may come with builds for older glibc versions, but the supported version will be based on glibc-2.1.2 or higher. Files: ====== If you use Netscape for downloading files, please use this procedure for downloading: Click on the file with Shift-Button 1, then choose 'Source' as download format. jdk-1.2.2-RC4-glibc-2.1.2.md5: ------------------------------ Contains MD5 checksums for the following files. These checksums allow you to test the integrity of your downloaded archives. Check the MD5 sums with: % md5sum -c jdk-1.2.2-RC4-glibc-2.1.2.md5 jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh: ----------------------------------------- A self-extracting ZIP archive with the Java 2 binaries for Linux. This is generally what most people will want to download. Install with: % cd /usr/local % chmod +x /jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh % /jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh jdk-debug-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh: ----------------------------------------------- A self-extracting ZIP archive with the debug versions of the Java 2 binaries for Linux. This archive is meant to be installed into an existing jdk1.2.2 directory; it only contains the debug versions of the dynamically linked libraries and launching shell scripts; it is not a complete, standalone version of the JDK itself. It may be useful if you want to debug JNI libraries or if you want to send a meaningful stack trace to us. Install with: % cd /usr/local % chmod +x /jdk-debug-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh % /jdk-debug-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh jre-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh: ----------------------------------------- A self-extracting ZIP archive with the Java 2 Runtime binaries for Linux. This archive contains everything you need to run Java programs but no development tools (i.e. no compiler). You don't need this archive if already have jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh. Install with: % cd /usr/local % chmod +x /jre-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh % /jre-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh hotspot-1.0.1-RC4-linux-sparc-glibc-2.1.2.sh: --------------------------------------------- A self-extracting TAR archive with the Java HotSpot VM for Linux. This archive adds the Java HotSpot VM to your JDK 1.2.2. Install with: % cd /usr/local % chmod +x /hotspot-1.0.1-RC4-linux-sparc-glibc-2.1.2.sh % /hotspot-1.0.1-RC4-linux-sparc-glibc-2.1.2.sh jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.tar.bz2: ---------------------------------------------- A bzipped tarball with the Java 2 binaries for Linux. This archive has exactly the same content as the jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh ZIP archive. Install with: % cd /usr/local % tar xvfI /jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.tar.bz2 jdk-debug-1.2.2-RC4-linux-sparc-glibc-2.1.2.tar.bz2: ---------------------------------------------------- A bzipped tarball with the debug versions of the Java 2 binaries for Linux. This archive has exactly the same content as the jdk-debug-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh ZIP archive. Install with: % cd /usr/local % tar xvfI /jdk-debug-1.2.2-RC4-linux-sparc-glibc-2.1.2.tar.bz2 jre-1.2.2-RC4-linux-sparc-glibc-2.1.2.tar.bz2: ---------------------------------------------- A bzipped tarball with the Java 2 Runtime binaries for Linux. This archive has exactly the same content as the jre-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh ZIP archive. Install with: % cd /usr/local % tar xvfI /jre-1.2.2-RC4-linux-sparc-glibc-2.1.2.tar.bz2 Credits ======= The following people have helped with the porting of Java 2 to Linux: Juergen Kreileder, Kevin Hendricks, Steve Byrne, Johan Vos, Anand Palaniswamy, Eddie Dost, David Connelly, Karl Asha, Kars de Jong, Scott Hutinger, Calvin Austin, Nigel Gamble, Michael Sinz and Brad Crochet. -- Eddie C. Dost for the Blackdown Java-Linux Team 2000/01/29