[ImageJ-bugs] [Bug 1061] New: java.lang.NoSuchMethodException: Could not find method net.imglib2.view.Views.extendMirrorDouble
bugzilla at fiji.sc
bugzilla at fiji.sc
Mon May 4 09:37:13 CDT 2015
http://fiji.sc/bugzilla/show_bug.cgi?id=1061
Bug ID: 1061
Summary: java.lang.NoSuchMethodException: Could not find method
net.imglib2.view.Views.extendMirrorDouble
Product: Fiji
Version: unspecified
Hardware: PC
OS: Windows
Status: NEW
Severity: normal
Priority: P4
Component: Plugins
Assignee: imagej-bugs at imagej.net
Reporter: JagosLukas at seznam.cz
CC: JagosLukas at seznam.cz
Hi,
I have created plugin in NetBeans IDE. When I run it there, it works
(imglib2-2.0.0.jar library is used). However when I compile plugin in Fiji
((imglib2-2.2.1.jar library is used)) I get this:
java.lang.NoSuchMethodException: Could not find method
net.imglib2.view.Views.extendMirrorDouble(Lnet/imglib2/RandomAccessibleInterval;)Lnet/imglib2/ExtendedRandomAccessibleInterval;
There was a problem with the class net.imglib2.view.Views which can be found
here:
/C:/Fiji/Fiji.app/jars/imglib2-2.2.1.jar
java.lang.NoSuchMethodError:
net.imglib2.view.Views.extendMirrorDouble(Lnet/imglib2/RandomAccessibleInterval;)Lnet/imglib2/ExtendedRandomAccessibleInterval;
at Structure_Ball.gaussianFilter(Structure_Ball.java:199)
at Structure_Ball.run(Structure_Ball.java:613)
at ij.IJ.runUserPlugIn(IJ.java:199)
at ij.IJ.runPlugIn(IJ.java:163)
at ij.Executer.runCommand(Executer.java:131)
at ij.Executer.run(Executer.java:64)
at java.lang.Thread.run(Thread.java:662)
at Structure_Ball.gaussianFilter(Structure_Ball.java:199)
at Structure_Ball.run(Structure_Ball.java:613)
at ij.IJ.runUserPlugIn(IJ.java:199)
at ij.IJ.runPlugIn(IJ.java:163)
at ij.Executer.runCommand(Executer.java:131)
at ij.Executer.run(Executer.java:64)
at java.lang.Thread.run(Thread.java:662)
Thanks for help.
Information about your version of Java:
os.arch => amd64
os.name => Windows 7
os.version => 6.1
java.version => 1.6.0_24
java.vendor => Sun Microsystems Inc.
java.runtime.name => Java(TM) SE Runtime Environment
java.runtime.version => 1.6.0_24-b07
java.vm.name => Java HotSpot(TM) 64-Bit Server VM
java.vm.version => 19.1-b02
java.vm.vendor => Sun Microsystems Inc.
java.vm.info => mixed mode
java.awt.graphicsenv => sun.awt.Win32GraphicsEnvironment
java.specification.name => Java Platform API Specification
java.specification.version => 1.6
sun.cpu.endian => little
sun.desktop => windows
file.separator => \
The up-to-date check says: REMIND_LATER
Information relevant to JAVA_HOME related problems:
JAVA_HOME is set to: C:\Fiji\Fiji.app/java/win64/jdk1.6.0_24//jre
imagej.dir => C:\Fiji\Fiji.app
Information about the version of each plugin:
Activated update sites:
ImageJ: http://update.imagej.net/ (last check:20150501204914)
Fiji: http://fiji.sc/update/ (last check:20150504154352)
Files not up-to-date:
aafefe57 (LOCAL_ONLY) 20150408223749 jars/EJML-core-0.26.jar
6de01bcf (LOCAL_ONLY) 20150504155702 plugins/Structure_Ball-0.1.2-sources.jar
7dc163ab (LOCAL_ONLY) 20150504155702 plugins/Structure_Ball-0.1.2.jar
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150504/619d875f/attachment.html>
More information about the Imagej-bugs
mailing list