I am an ImageJ plugin developer and I am trying to move to Fiji, so i have some questions:
-
In ImageJ there is a Compile and Run command that creates the precompiled .class file which saves compilation time for posterior calls, that function in fiji just says that it is not supported. Surely there is a workaround for this, but is not clear for me. Can somebody points me in the right direction?
-
even if I have a .class file in the plugins folder (compiled with ImageJ), Fiji insist in compiling the .java file. Is this an intended behaviour? How can I change to use the .class file? Why should I create a .jar package in development stage?
Lets just start with these two questions for now.
Happy imaging
BW