*** This bug is a duplicate of bug 887077 ***
    https://bugs.launchpad.net/bugs/887077

I had the same problem:
$ freemind 
[warning] /usr/bin/freemind: No java runtime was found
[error] /usr/bin/freemind: Unable to find an appropriate java runtime. See 
java_wrappers(7) for help


It turned out, that $JAVA_HOME was not set.

For my Java-Installation (Sun), the following command worked to set the
$JAVA_HOME variable:

$ JAVA_HOME=/opt/java/32/jre1.6.0_30/
$ export JAVA_HOME

To make this setting static, you might use the following command:

$ sudo bash -c "echo JAVA_HOME=/opt/java/32/jre1.6.0_30/ >>
/etc/environment"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908679

Title:
  No java runtime found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-wrappers/+bug/908679/+subscriptions

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

Reply via email to