Login  Register

Re: R: JaCoP Tools

Posted by ctrueden on Jan 13, 2017; 3:50pm
URL: http://imagej.273.s1.nabble.com/JaCoP-Tools-tp5013499p5017881.html

Hi David,

> java.lang.UnsupportedClassVersionError: BIOP_LibInstaller :
> Unsupported major.minor version 52.0

That error means that Java 8 is required, but you are running an older
version of Java.

If you update to Java 8, that error should go away.

If you are using ImageJ 1.x, you can download a version bundled with Java 8
from here:
    https://imagej.nih.gov/ij/download.html

If you are using ImageJ2 (what the Fiji distribution of ImageJ is built
on), then you can download a fresh version of Fiji bundled with Java 8 from
here:
    https://fiji.sc/#download

Unfortunately, most ImageJ2 and Fiji web services are currently down for
emergency maintenance, as we deal with a failing hard drive. Hopefully we
will have it restored by/over the weekend.

Regards,
Curtis

--
Curtis Rueden
LOCI software architect - http://loci.wisc.edu/software
ImageJ2 lead, Fiji maintainer - http://imagej.net/User:Rueden
Did you know ImageJ has a forum? http://forum.imagej.net/


On Fri, Jan 13, 2017 at 9:15 AM, djw23 <[hidden email]> wrote:

> Hi there,
>
> I would very much like to access this tool as I'm having trouble trying to
> write a macro for batch processing my images.  However, after updating BIOP
> and downloading the action bar and putting it in the plugins folder, I
> can't
> access the Jacop tools.  This is the error message I get:
> java.lang.UnsupportedClassVersionError: BIOP_LibInstaller : Unsupported
> major.minor version 52.0
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
>         at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
>         at java.security.SecureClassLoader.defineClass(
> SecureClassLoader.java:141)
>         at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
>         at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:296)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>         at ij.macro.Functions.call(Functions.java:4070)
>         at ij.macro.Functions.getStringFunction(Functions.java:272)
>         at ij.macro.Interpreter.getStringTerm(Interpreter.java:1293)
>         at ij.macro.Interpreter.getString(Interpreter.java:1272)
>         at ij.macro.Interpreter.doStatement(Interpreter.java:281)
>         at ij.macro.Interpreter.doStatements(Interpreter.java:218)
>         at ij.macro.Interpreter.run(Interpreter.java:115)
>         at ij.macro.Interpreter.run(Interpreter.java:85)
>         at ij.macro.Interpreter.run(Interpreter.java:96)
>         at ij.plugin.Macro_Runner.runMacro(Macro_Runner.java:155)
>         at ij.plugin.Macro_Runner.runMacroFromJar(Macro_Runner.java:198)
>         at ij.plugin.Macro_Runner.run(Macro_Runner.java:44)
>         at ij.IJ.runPlugIn(IJ.java:187)
>         at ij.Executer.runCommand(Executer.java:137)
>         at ij.Executer.run(Executer.java:66)
>         at java.lang.Thread.run(Thread.java:662)
>
>
> Could someone help me please?
>
> Thanks,
>
> David
>
>
>
> --
> View this message in context: http://imagej.1557.x6.nabble.
> com/JaCoP-Tools-tp5013499p5017880.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

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