Login  Register

installing plugin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

installing plugin

Hohnen, Ramona (Stud. FHML / Alumni)
1 post
Hello,

I think, it is a very basic question, but I tried a lot of thinks and it doesn't work.
I want to add the plugin "Colocalization_Indices.java". I downloaded it into the plugin folder of imagej.

After trying to add it via compile and run, I got this error:

unable to find the javac compiler, which comes with the windows and linux version of imageJ that include java in the imageJ/jre folder.
java.home: C:\Program files\java\jre6

I already downloaded the most recent version of imagej, including Java for windows.

Does anyone have an idea, how to solve this problem?

Thanks in advance

Ramona Hohnen
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: installing plugin

Robert Kirmse
5 posts
  Try downloading the JDK not the JRE and see if that helps.

The JDK (Java Development Kit) should include the compiler
whereas the JRE (Java Runtime Environment) normally comes without
the compiler and just the tools to run java programs.

Cheers
Robert


On 08/17/2011 09:55 AM, Hohnen, Ramona (Stud. FHML / Alumni) wrote:

> Hello,
>
> I think, it is a very basic question, but I tried a lot of thinks and it doesn't work.
> I want to add the plugin "Colocalization_Indices.java". I downloaded it into the plugin folder of imagej.
>
> After trying to add it via compile and run, I got this error:
>
> unable to find the javac compiler, which comes with the windows and linux version of imageJ that include java in the imageJ/jre folder.
> java.home: C:\Program files\java\jre6
>
> I already downloaded the most recent version of imagej, including Java for windows.
>
> Does anyone have an idea, how to solve this problem?
>
> Thanks in advance
>
> Ramona Hohnen
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: installing plugin

dscho
1631 posts
In reply to this post by Hohnen, Ramona (Stud. FHML / Alumni)
Dear Ramona,

On Wed, 17 Aug 2011, Hohnen, Ramona (Stud. FHML / Alumni) wrote:

> I want to add the plugin "Colocalization_Indices.java". I downloaded it
> into the plugin folder of imagej.
>
> After trying to add it via compile and run, I got this error:
>
> unable to find the javac compiler, which comes with the windows and linux version of imageJ that include java in the imageJ/jre folder.
> java.home: C:\Program files\java\jre6

Issues like these were the reason we started this distribution called Fiji
that bundles ImageJ, Java and a number of useful plugins. You can find it
here:

        http://fiji.sc/

It is a big download! But it comes with everything you'll need to run your
plugin. After unpacking and executing Fiji, Just click on File>New>Script,
open your .java file and run it with Run>Run.

Ciao,
Johannes