Index of /~fujiik/mklinux/Packages/dr3/jdk

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]jdk117_v1a-locale.ta..>1998-11-02 21:03 3.7K 
[   ]jdk117_v1a.tar.gz 1998-11-02 11:24 13M 

MkLinux Installation Notes(English)

Descriptions of the Current Directory

The Java Developer's Kit for MkLinux

Japanese Page is here.

News

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