哪里有jdk for ppc下载?

CPU/显卡/打印机/USB设备等硬件问题
回复
trinix
帖子: 6
注册时间: 2006-04-09 21:24

哪里有jdk for ppc下载?

#1

帖子 trinix » 2006-04-12 18:05

rt!
ezzz
帖子: 38
注册时间: 2006-03-05 13:59

#2

帖子 ezzz » 2006-04-16 21:00

试试香港的源,不知道能不能解决

deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release powerpc (20051012)]/
breezy main restricted

deb http://hk.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://hk.archive.ubuntu.com/ubuntu breezy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://hk.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://hk.archive.ubuntu.com/ubuntu breezy-updates main
restricted

## Uncomment the following two lines to add software from the
'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the
Ubuntu
## team, and may not be under a free licence. Please satisfy yourself
as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu
security
## team.
# deb http://hk.archive.ubuntu.com/ubuntu breezy universe
# deb-src http://hk.archive.ubuntu.com/ubuntu breezy universe

## Uncomment the following two lines to add software from the
'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it
includes
## newer versions of some applications which may provide useful
features.
## Also, please note that software in backports WILL NOT receive any
review
## or updates from the Ubuntu security team.
# deb http://hk.archive.ubuntu.com/ubuntu breezy-backports main
restricted universe multiverse
# deb-src http://hk.archive.ubuntu.com/ubuntu breezy-backports main
restricted universe multiverse

deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main
restricted

# deb http://security.ubuntu.com/ubuntu breezy-security universe
# deb-src http://security.ubuntu.com/ubuntu breezy-security universe
shenmeshenme
帖子: 8
注册时间: 2006-08-21 10:19

#3

帖子 shenmeshenme » 2006-08-27 11:15

Sun公司的JDK是不支持Power PC架构的。所以如果要在Power PC的电脑上使用Java,除了有开源的gij外(这个是ununtu自带的)。可以使用IBM公司提供的JDK。

你可以去
http://www-128.ibm.com/developerworks/j ... nload.html
下载。需要注册一个用户先。记得要下载32-bit iSeries/pSeries这个版本。

1.5下载下来应该是叫做“ibm-java2-sdk-50-linux-ppc.tgz”。直接解压。

然后
sudo rm /usr/bin/java
sudo rm /usr/bin/jar
sudo ln -s /ibm JDK解压后的目录/java /usr/bin/java
sudo ln -s /ibm JDK解压后的目录/jar /usr/bin/jar
sudo ln -s /ibm JDK解压后的目录/javac /usr/bin/javac
sudo ln -s /ibm JDK解压后的目录/javaw /usr/bin/javaw
......
(如果只是运行程序的话,后边两步都可以省略了)
回复