|
Hey, I seem to get this message when I try the fuzzy c-means cluster:
(Fiji Is Just) ImageJ 1.47v; Java 1.6.0_24 [32-bit]; Windows 7 6.1; 224MB of 1226MB (18%)
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at ij.Command.runPlugIn(Command.java:148)
at ij.Command.runCommand(Command.java:97)
at ij.Executer.run(Executer.java:64)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.RuntimeException: Macro canceled
at fiji.FijiClassLoader.handleUnsupportedClassVersion(FijiClassLoader.java:307)
at fiji.FijiClassLoader.loadClass(FijiClassLoader.java:232)
at fiji.FijiClassLoader.loadClass(FijiClassLoader.java:217)
at fiji.FijiClassLoader.loadClass(FijiClassLoader.java:212)
at ij.IJ.runUserPlugIn(IJ.java:193)
at ij.IJ.runPlugIn(IJ.java:160)
... 8 more
What could be done? I already updated my Java.
|