Azureus version in the repositories is old and broken, but you can manually 'update' it to the latest and working version without having to manually create the shortcuts, configuring FireFox to work with it etc.
Here's how it can be done:
1) Install Azureus through Add/Remove Applications or through apt-get:
Code:
sudo apt-get install azureus
It will automatically install Java for you if you don't have it yet.
2) Download the latest Azureus 3.0 here. (You can download the 2.5.0.4 version but it will force you to update to 3.0 anyway.)
3) Extract it to your home folder.
4) Open the terminal and type:
Code:
sudo cp ~/azureus/Azureus2.jar /usr/share/java/
This will overwrite the existing Azureus file with a new one.
5) The SWT library provided with the libswt3.2-gtk-java package is outdated which will prevent Azureus from updating itself so you will have to manually update SWT.
Code:
sudo cp ~/azureus/swt.jar /usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux*
6) Now try launching Azureus. If you get any errors while updating azureus, then exit Azureus and restart it using this command:
After Azureus has updated, you may launch it normally.
7) If everything works all right, you may delete the azureus folder in your home folder. Have fun!
Bookmarks