I tried Alexandre's solution, to no avail, however it gave me the clue I needed to solve this issue with my install.
First, the error tells us that ImageJ is using /usr/lib/jvm/java-6-openjdk/jre, ps ax |grep -i imagej confirms this: 0:01 /usr/lib/jvm/java-6-openjdk/bin/java -mx370m -cp /usr/share/java/ij.jar ij.ImageJ -ijpath $HOME/.imagej -port1 the fix I used was: $sudo ln -s /usr/lib/jvm/java-6-sun-1.6.0.20/lib/tools.jar /usr/lib/jvm/java-6-openjdk/jre/lib/ext/ -- ubuntu 9.10 imagej "Plugins>Compile and Run..." does not work https://bugs.launchpad.net/bugs/486906 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
