Files in this directory are from http://business.tyler.wm.edu/mklinux/index.html and of which JDK and HotJava are subject to the Sun license agreements contained in the packages. You must read them before you start using them. -------------------------------------------------------------------------------- 98/04/26 jdk115_v7.tar.gz -------------------------------------------------------------------------------- http://business.tyler.wm.edu/mklinux/dl/jdk115_v7.tar.gz This version again includes mwjit-971120. You don't have to get it separately. [1] Installation: Use recent shared libraries such as glibc-*0.961212-1d.ppc.rpm and lesstif-*0.83-1d.ppc.rpm, etc. This requires upgrading to DR3alpha4 or later. # rpm -U glibc-*0.961212-1d.ppc.rpm # rpm -i lesstif-0.83-1d.ppc.rpm # rpm -U lesstif-*-0.83-1d.ppc.rpm # rpm -i libg++-2.8.1.980306-1c.ppc.rpm # rpm -U libg++-devel-2.8.1.980306-1c.ppc.rpm Once the shared library updating is complete, the rest is just expanding the tarball: # tar -zxvf jdk115_v7.tar.gz -C /usr/local [2] Usage: $ unset CLASSPATH $ export JDK_HOME=/usr/local/jdk115_v7 $ export PATH=/usr/local/jdk1.1.5/bin:$PATH $ javac foo.java ..... $ appletviewer bar.html [3] Japanization Kit: jdk1.1.1-locale.tar.gz is a Japanization kit from http://www.asahi-net.or.jp/~nf6h-hsmt/java.html for jdk1.1.1 on i386, which has been adopted to jdk115_v7 on ppc as ./jdk115_v7-locale.tar.gz To install: # tar -zxvf jdk1.1.5-locale.tar.gz # cd jdk1.1.5-locale # make # make install -------------------------------------------------------------------------------- 98/03/29 jdk1.1.5.tar.gz -------------------------------------------------------------------------------- http://business.tyler.wm.edu/mklinux/dl/jdk1.1.5.tar.gz This version includes mwjit-971120. You don't have to get it separately. [1] Installation: Use recent shared libraries such as glibc-*0.961212-1c.ppc.rpm and lesstif-*0.83-1b.ppc.rpm, etc. This requires upgrading to DR3alpha4. # rpm -U glibc-*0.961212-1c.ppc.rpm # rpm -i lesstif-0.83-1b.ppc.rpm # rpm -U lesstif-*-0.83-1b.ppc.rpm # rpm -i libg++-2.8.1.980306-1c.ppc.rpm # rpm -U libg++-devel-2.8.1.980306-1c.ppc.rpm Once the shared library updating is complete, the rest is just expanding the tarball: # tar -zxvf jdk1.1.5.tar.gz -C /usr/local [2] Usage: $ unset CLASSPATH $ export JDK_HOME=/usr/local/jdk1.1.5 $ export PATH=/usr/local/jdk1.1.5/bin:$PATH $ javac foo.java ..... $ appletviewer bar.html