Re: Handle Extra Files Types not working

Posted by Davíð Þór Bragason on
URL: http://imagej.273.s1.nabble.com/Handle-Extra-Files-Types-not-working-tp5008224p5008255.html

Hi Johannes,

thank you very much for your help. Actually if I do "Export as .jar" from
the Fiji editor and put HandleExtraFileTypes.jar in the plugins directory,
it works fine. However, if I have the .class file in the plugins directory
I get the error. And this is a fresh, up to date Fiji installation, meaning
I have done nothing but copy HandleExtraFileTypes into plugins. And my
addition to HandleExtraFileTypes.java is trivial:

if (name.endsWith(".ret")) {
return tryPlugIn("oximetry.OximetryTest", path);
}

So, this issue is no longer a problem for me. I will be migrating to SCIFIO
soon anyway. Thank you again.

Regards,
David





On Tue, Jun 17, 2014 at 1:02 AM, Johannes Schindelin <
[hidden email]> wrote:

> Hi,
>
> On Tue, 17 Jun 2014, Davíð Þór Bragason wrote:
>
> > Unfortunately I have to report that HandleExtraFileTypes is broken again
> on
> > my rc-5 installation. I can not find "Find Jar For Class" in
> > Plugins/Utilities. And HandleExtraFileTypes is now listed in the Plugins
> > menu, which was not the case before.
>
> Then I will have to ask you to package it up with Plugins/Utilities/Make
> Fiji Package and upload it with Help/Upload Sample Image, because I have
> no chance to understand what is going on on your side otherwise.
>
> Ciao,
> Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html