我从网上azureus网站下载源码的程序,启动的时候cpu占用率是100%
apt安装从官方网站下载的azureus,无法启动!
今天偶然看到一篇文章
原文:
UPDATED! NO MORE RESIZING PROBLEMS
Part 1: Installing Azureus
Before anything make sure u uncomment the universe and multiverse repositories and add the following in in /etc/apt/sources.list:
sudo gedit /etc/apt/sources.list
add at the end:
deb ftp://ftp.free.fr/pub/Distributions_Lin ... ubuntu/plf breezy free non-free
deb-src ftp://ftp.free.fr/pub/Distributions_Lin ... ubuntu/plf breezy free non-free
followed by a
sudo apt-get update
Do the following to install azureus:
sudo apt-get install sun-j2re1.5 libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java
wget http://ftp.us.debian.org/debian/pool/co ... -1_all.deb
sudo dpkg -i azureus_2.3.0.6-1_all.deb
Now set the correct java version by:
sudo update-alternatives --set java /usr/lib/j2re1.5-sun/bin/java
大概翻译一下希望对和我有同样问题的朋友有帮助:
第一步:
编辑/etc/apt/sources.list
在最后加入
之后deb ftp://ftp.free.fr/pub/Distributions_Lin ... ubuntu/plf breezy free non-free
deb-src ftp://ftp.free.fr/pub/Distributions_Lin ... ubuntu/plf breezy free non-free
接下来安装azureussudo apt-get update
现在设置正确的java版本sudo apt-get install sun-j2re1.5 libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java
wget http://ftp.us.debian.org/debian/pool/co ... -1_all.deb
sudo dpkg -i azureus_2.3.0.6-1_all.deb
sudo update-alternatives --set java /usr/lib/j2re1.5-sun/bin/java
翻译的不好,大概意思是这样
原文的第二部分是设置透过firestarter防火墙,因为我没有装,就没看!
你如果需要可以google 通过ubuntu azureus cpu 100来查找这篇文章!
希望对你有帮助