Re: R: JaCoP Tools
Posted by djw23 on Jan 13, 2017; 3:15pm
URL: http://imagej.273.s1.nabble.com/JaCoP-Tools-tp5013499p5017880.html
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