JAVA error when running parallel iterative deconvolution 3D plugin

Posted by Jackson Robertson on
URL: http://imagej.273.s1.nabble.com/JAVA-error-when-running-parallel-iterative-deconvolution-3D-plugin-tp3684440.html

Hi, I downloaded the parallel iterative deconvolution plugin and when I try
to run it I am getting this error message.

java.lang.NoSuchMethodError:
edu.emory.mathcs.utils.ConcurrencyUtils.getNumberOfThreads()I
at
edu.emory.mathcs.restoretools.iterative.ParallelIterativeDeconvolution3D$MainPanel.init(Unknown
Source)
at
edu.emory.mathcs.restoretools.iterative.ParallelIterativeDeconvolution3D$MainPanel.<init>(Unknown
Source)
at
edu.emory.mathcs.restoretools.iterative.ParallelIterativeDeconvolution3D.run(Unknown
Source)
at ij.IJ.runUserPlugIn(IJ.java:183)
at ij.IJ.runPlugIn(IJ.java:150)
at ij.Executer.runCommand(Executer.java:124)
at ij.Executer.run(Executer.java:61)
at java.lang.Thread.run(Thread.java:619)

Can anyone on this list please help me figure this one out / does anyone
here know what is wrong and why the plugin isn't working? I'm using the
latest versions of Java, Imagej, and the plugin.

Thanks for any help with this and please let me know if you need any other
information from me about this error.