Comment 7 for bug 543366

Revision history for this message
Patrizio Melis (cobe571) wrote :

I was unable to use VUZE into Ubuntu 10.04.2 after an upgrade from 8.04.4. At the end of the day I look into various channels and there's my solution:

Download from :
http://sourceforge.net/projects/azureus/files/

Estract files.
You'll have a directory named VUZE (Right?).
Whit your prefered text editor open the file Azuresus (application/x-shellscript)

Go to line 5
Now Change JAVA path:

JAVA_PROGRAM_DIR="" # use full path to java bin dir, ex. "/usr/java/j2sdk1.4.2/bin/"

to

JAVA_PROGRAM_DIR="/usr/lib/jvm/java-6-sun-1.6.0.24/bin/" # use full path to java bin dir, ex. "/usr/java/j2sdk1.4.2/bin/"

Or whatever is the real JAVA Path into your OS!!!

Now VUZE works! BTW everytime you'll update your JAVA version (Ex. java-6-sun-1.6.0.24) you'll need to change the JAVA path into the Azureus file (application/x-shellscript)