vuze

Asked by GODSMACK

Vuze doesn't work & when i type vuze in terminal the output is:
((exec: 11: /usr/lib/jvm/java-6-openjdk/jre/bin/java: not found))

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Steven Danna
Solved:
Last query:
Last reply:
Revision history for this message
Robert Di Gioia (digioiar) said :
#1

It would appear that java (or some part of it) has not been installed on your system. This particular file that you mentioned is part of a package named openjdk-6-jre-headless. I'm pretty sure that I didn't install this package myself, so I assume that it is a dependency for java.

My thought is that you try installing java and see if that helps. The command is

sudo apt-get install java-common

Hope this helps.

Revision history for this message
GODSMACK (godsmack-dmx) said :
#2

Hi,

I typed the commend that you said above but the output was:

      godsmack@GODSMACK:~$ sudo apt-get install java-common
      [sudo] password for godsmack:
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      java-common is already the newest version.
      java-common set to manually installed.
      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Revision history for this message
Best Steven Danna (ssd7) said :
#3

If you do the following:

sudo apt-get install openjdk-6-jre-headless

it should work. I am going to open a bug about this in the next few seconds as well since I received the same message after install despite java being fully installed.

Revision history for this message
GODSMACK (godsmack-dmx) said :
#4

Hi Steven,

Vuze now is working fine but ask every time it start for update and when I press ok and after downloading core azureus version and restart it still vuze 3.1.1.0.

Is it possible to update vuze to the latest version?

Revision history for this message
Steven Danna (ssd7) said :
#5

From what I have read, the programs built-in update function will not work with the version packaged for ubuntu. Ubuntu's package management system will make the updates available to you when they are packaged and placed in the repository. If you want the latest version of vuze I think you will have to install it manually. There are directions to do this on various sites including the following:

http://blink4blog.blogspot.com/2009/04/januty-guide-to-setup-vuze-4.html

Revision history for this message
GODSMACK (godsmack-dmx) said :
#6

Thanks Steven Danna, that solved my question.