Public bug reported:

Binary package hint: azureus

There is a bug in the vuze and azureus startup-script. They default to
openjdk and totally ignore whatever I have set with update-java-
alternatives

When I try to run it I get:

roh...@elysia:~$ vuze
exec: 11: /usr/lib/jvm/java-6-openjdk/jre/bin/java: not found
roh...@elysia:~$ azureus 
exec: 11: /usr/lib/jvm/java-6-openjdk/jre/bin/java: not found

and I'd hardly blame it since I completely removed openjdk

Please make those files refer to the Java in /etc/alternatives as it
should.

For others who like me doesn't want/can't work with openjdk, the current 
modification (has to be done with root) can be done to /usr/bin/azureus:
#!/bin/sh
## JAVA='/usr/lib/jvm/java-6-openjdk/jre/bin/java -Xmx1024M'
JAVA='/etc/alternatives/java -Xmx1024M'

** Affects: azureus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Vuze/Azureus openjdk hardcoded to executeable
https://bugs.launchpad.net/bugs/348109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to