Installing Java on LinuxPPC
By 3m00
- Download http://ftp.penguinppc.org/projects/java/1.3.1-02b/j2re-1.3.1-02b-FCS-linux-ppc.bin
- Open an xterm or konsole and type
chmod +x j2re-1.3.1-02b-FCS-linux-ppc.bin
in the directory of the file
- Now type
./j2re-1.3.1-02b-FCS-linux-ppc.bin
- Scroll down to the bottom of the more page
- Agree to the terms
- Type
cd j2re1.3.1
- Now type the following to install it
su
cp -rf ./bin/* /usr/bin/
cp -rf ./lib/* /usr/lib/
cp -rf ./man/* /usr/man/
exit
- Now, you can run whatever java applications you want on your linuxppc
machine
Installing the plugin for Mozilla:
ln -s ./j2re1.3.1/plugin/ppc/mozilla/javaplugin_oji.so /usr/lib/mozilla/plugins/
Installing the plugin for Netscape
ln -s ./j2re1.3.1/plugin/ppc/netscape6/javaplugin_oji.so /usr/lib/netscape6/plugins/