• [^] # Re: ...

    Posté par . En réponse au message Debian sur powerPC. Évalué à 2.

    Non il y a plus récent, en beta mais ça tourne pas trop mal avec IBM Java 1.5
    http://ubuntuforums.org/showthread.php?t=78804&page=3&am(...)

    Je copie colle pour les pressés :

    not sure if this will help anyone, but all I did in order to install JRE 1.5 on my G5 was to simply download it and replace the relevant info from the ubuntuguide. (http://userlinux.net/pub/stuff/ubuntu/ <-- it's the old hoary guide, but works in this case.)

    Here's an updated one for easy cut and paste:

    Go to: https://www6.software.ibm.com/dl/lxdk/lxdk-p
    Go to the "IBM SDK for 32-bit iSeries/pSeries"
    Download ibm-java2-jre-50-linux-ppc.tgz . Registration Required.

    Open up a terminal.
    tar zxvf ibm-java2-jre-50-linux-ppc.tgz
    sudo mkdir /usr/java
    sudo mv ibm-java2-ppc-50/ /usr/java/
    sudo chown -R root:root /usr/java/ibm-java2-ppc-50/
    sudo ln -fs /usr/java/ibm-java2-ppc-50/jre/bin/java /usr/bin/java
    sudo ln -fs /usr/java/ibm-java2-ppc-50/jre/bin/javaw /usr/bin/javaw
    java -version