PS3 installation Guide
BEWARE : this is a user-provided HOWTO GUIDE, not a fully tested guide. It may be outdated or not fully work.
It needs IBM java 1.5.0 ppc. It has been tested using installation CD Kubuntu 7.04 (Install was not working with the live CD).
Contents |
Installing IBM java 1.6.0
- Download Java from IBM: http://www-128.ibm.com/developerworks/java/jdk/linux/download.html
- You will need to register. No worry it is free.
- Choose '32-bit iSeries/pSeries' J2SE6.0. Download the tar.gz version of the SDK.
The following instructions assume the latest version to download is “ibm-java2-sdk-6.0-linux-ppc.tgz”, modify the text below as needed.
$ sudo apt-get install libgtk1.2 libstdc++5 java-package $ mv ibm-java2-sdk-6.0-linux-ppc.tgz ibm-java2-sdk-60-linux-ppc.tgz $ make-jpkg ibm-java2-sdk-60-linux-ppc.tgz $ sudo dpkg -i ibm-j2sdk1.6_1.6.0_powerpc.deb
- check you have java version “1.6.0″
$ java -version
- if not:
$ sudo update-alternatives --config java
To get it working with firefox
$ sudo ln -s /usr/lib/j2sdk1.5-ibm/jre/bin/libjavaplugin_oji.so /usr/lib/mozilla-firefox/plugins
Restart firefox, go to test website: http://serios.net/content/applets/viewinfoawt.php
Installing Jajuk
See Other_OS_installation_guide
Gallery
See Also
- Enable Java on PS3: http://psubuntu.com/2007/02/13/howto-enable-java-for-firefox/

