Login  Register

Re: enter macro mode

Posted by Gabriel Landini on Aug 06, 2010; 9:52am
URL: http://imagej.273.s1.nabble.com/enter-macro-mode-tp3687347p3687349.html

On Friday 06 August 2010, you wrote:
> The problem seems to arise when I use
the installed java version on
> Linux i.e.
>
> java -cp
ij.jar:plugins/TomoJ/TomoJ_2.0.jar...
>
> When I use the imagej java all is
well (from within the ImageJ dir).....

Ah, yes for this to work you need to
give the full path to Java, in my setup this
is:

/usr/lib64/jvm/java-1.6.0/bin/java

and so you save having both Java
installs in the same machine.

Cheers
Gabriel