Hi 6:1135 (or Gilles?),
On Fri, 7 Jun 2013, 6:1135 wrote:
> I recently have an error when I run Process/Batch/Macro :
>
> -Plugin or class not found: "ij.plugin.BatchProcesser"
> (java.lang.ClassNotFoundException: ij.plugin.BatchProcesser)
>
> I solved the problem with downgrade imageJ version to 1.46 (instead of
> 1.47s)
The class ij.plugin.BatchProcesser was renamed to BatchProcessor in
version 1.47r. If you have the source code for your plugin, you could
rename the reference to that class, otherwise you'd have to ask Wayne to
put back a backwards-compatibility class. That should be as simple as
@Deprecated
public class BatchProcesser extends BatchProcessor {}
in ij/plugin/BatchProcesser.java.
Ciao,
Johannes
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html