HOWTO Azureus-Java
From Gentoo Linux Wiki
| Installation • Kernel & Hardware • Networks • Portage • Software • System • X Server • Gaming • Non-x86 • Emulators • Misc |
- This page is a candidate for deletion
- Reason given: Orphaned page. Pointlessly small article with nothing more on the subject to expand it with.
- If you disagree with its deletion, please explain why on its discussion page.
- If you intend to fix it, please remove this notice, but do not remove this notice from articles that you have created yourself.
- Make sure no other pages link here and check the page's history before deleting.
Contents |
[edit] Using Blackdown
[edit] Introduction
Azureus is an open-source P2P-Client which uses the bittorrent technology. If you want to install Azureus an error occurs caused by a wrong Java version. This How-To should help you to get Azureus working with Java.
[edit] Download
First you have to download a file from the official java-site: http://java.sun.com/j2se/1.4.2/download.html. Download the J2SE v 1.4.2 documentation file named j2sdk-1_4_2-doc.zip and place it in /usr/portage/distfiles:
cp ~/j2sdk-1_4_2-doc.zip /usr/portage/distfiles
[edit] Install Azureus
To install the Java 1.4* Enviroment just type into the console:
emerge -av =virtual/jdk-1.4*
Tip: To get the latest version of Azureus unmask the unstable Version with:
echo "net-p2p/azureus ~x86" >> /etc/portage/package.keywords
Note: If you have an amd64-arch PC you have to change "~x86" to "~amd64"
Now you are ready to emerge Azureus and compile it:
emerge -av net-p2p/azureus
Now you should be able to run Azureus without problems.
