<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - java.lang.NoSuchMethodException: Could not find method net.imglib2.view.Views.extendMirrorDouble"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1061">1061</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>java.lang.NoSuchMethodException: Could not find method net.imglib2.view.Views.extendMirrorDouble
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Fiji
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P4
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Plugins
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>imagej-bugs@imagej.net
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>JagosLukas@seznam.cz
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>JagosLukas@seznam.cz
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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: <a href="http://update.imagej.net/">http://update.imagej.net/</a> (last check:20150501204914)
Fiji: <a href="http://fiji.sc/update/">http://fiji.sc/update/</a> (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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>