Re: batch_converter plugin error
Posted by dscho on May 22, 2008; 11:40am
URL: http://imagej.273.s1.nabble.com/batch-converter-plugin-error-tp3696153p3696154.html
Hi,
On Wed, 21 May 2008, Jeff Triffo wrote:
> java.lang.ClassFormatError: Incompatible magic value -1095041334 in class file
> Batch_Converter
This probably means that it was compiled for Java6, while you only have
Java5 or even lower.
I'd try to recompile,
Dscho