Descriptions of the Current Directory
-
The Java Developer's Kit for MkLinux
Japanese Page is here.
News
- Nov 2, 1998: (jdk117_v1a) the latest JDK for MkLinux with a
Japanization kit. This version is statically linked
with Motif2.1. Note that this version no longer contains
the Metrowerks JIT compiler.
Get it from the PowerPC JDK porting team.
- Oct 22, 1998: (jdk117_v1) the latest JDK for MkLinux with a
Japanization kit. This version is statically linked
with Motif2.1. Note that this version no longer contains
the Metrowerks JIT compiler.
Get it from the PowerPC JDK porting team.
- Oct 6, 1998: (jdk116_v5) the latest JDK for MkLinux with a
Japanization kit. This version is statically linked
with Motif2.1. Note that this version no longer contains
the Metrowerks JIT compiler.
Get it from the PowerPC JDK porting team.
- Aug 29, 1998: (jdk116_v4a) the latest JDK for MkLinux with a
Japanization kit. This version is statically linked
with Motif2.1.
- Aug 5, 1998: (jdk116_v3) the latest JDK for MkLinux with a
Japanization kit. This version is statically linked
with Motif2.1.
- Jun 26, 1998: (jdk116_v2a) the latest JDK for MkLinux with a
Japanization kit. This version is statically linked
with Motif2.1.
- Jun 19, 1998: (jdk116_v1a) changed the installation
directory from /usr/local to /opt.
- Jun 11, 1998: (jdk116_v1a) the latest JDK for MkLinux with a
Japanization kit. This version is statically linked
with Motif2.1.
- Apr 26, 1998: (jdk115_v7) the latest JDK for MkLinux with a
Japanization kit.
Files
This directory contains the Java Developer's Kit for MkLinux
and its Japanization kit:
jdk117_v1a-locale.tar.gz : a Japanization kit
jdk117_v1a.tar.gz : the JDK on MkLinux
README.html : this file
The JDK in this directory is from
- the PowerPC JDK porting team
and is subject to the Sun license agreement contained in the package.
You must read it before you start using them.
This version again includes mwjit-971120. You don't have to get it
separately.
Installation
Use recent shared libraries such as glibc-*0.961212-1l.ppc.rpm
and lesstif-*0.86.pre1-1a.ppc.rpm, etc. This requires upgrading to
DR3alpha4 or later.
- # rpm -Uvh glibc-*0.961212-1l.ppc.rpm
- # rpm -Uvh lesstif-*0.86.pre1-1a.ppc.rpm
- # rpm -ivh libg++-2.8.1.980306-1c.ppc.rpm
- # rpm -Uvh 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 jdk117_v1a.tar.gz -C /opt
Usage
- $ unset CLASSPATH
- $ export JDK_HOME=/opt/jdk117_v1a
- $ export PATH=/opt/jdk117_v1a/bin:$PATH
- $ javac foo.java
- .....
- $ appletviewer bar.html
Japanization Kit
jdk117_v1a-locale.tar.gz ia a Japanization kit based on
the on for jdk1.1.1 from
- http://www.asahi-net.or.jp/~nf6h-hsmt/java.html
To install it, do the following
- # tar -zxvf jdk117_v1a-locale.tar.gz
- # cd jdk117_v1a-locale
- # make
- # make install
Back to Keisuke Fujii's MkLinux Page
fujiik@jlcuxf.kek.jp Jun 1, 1998