http://code.google.com/p/0xdroid/wiki/Source
If you are using Ubuntu Linux 9.10, just add these two line in file /etc/apt/sources.list:
deb http : //us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
deb - src http : //us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
and install Sun JDK 1.5:
$ sudo apt - get update
$ sudo apt - get install sun - java5 - jdk
To set the system to use Java 5, you need to update your java alternatives by running
$ sudo update - alternatives -- config java
Choose java-1.5.0-sun and it should be done.
本文介绍如何在Ubuntu 9.10系统中安装Sun JDK 1.5,并设置系统默认使用Java 5。首先需要更新软件源并安装Sun JDK 1.5,然后通过更新Java替代方案来配置系统使用指定版本。
2454

被折叠的 条评论
为什么被折叠?



