This binary installation is provided for use with the Beyond Linux From Scratch
book (http://www.linuxfromscratch.org/blfs/).  It has not passed Oracle TCK
testing.

To install, as the root user:
cp -R j2sdk-image /opt/icedtea6-1.9
chown -R root:root /opt/icedtea6-1.9
export PATH="$PATH:/opt/icedtea6-1.9/bin"
export JAVA_HOME="/opt/icedtea6-1.9"
export CLASSPATH=".:/usr/share/java"

Make sure that exports appear in your global shell configuration files.
Inquires regarding this file should be directed to 
blfs-dev@linuxfromscratch.org.
