<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi guys,<div><br></div><div>I am almost there with the new spimreconstruction branch (<a href="https://github.com/fiji/spimreconstruction/tree/newspimreconstruction">https://github.com/fiji/spimreconstruction/tree/newspimreconstruction</a>), and I re-implemented the first fusion in ImgLib2. Now I run into the problem that a simple</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Source Code Pro'; ">ImageJFunctions.show( ArrayImgs.floats( <span style="color: #971965"><b>new</b></span> <span style="color: #971965"><b>long</b></span>[]{ 300, 100, 200} ) );</div></div><div><br></div><div>fails with:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); ">Exception in thread "main" java.lang.NoClassDefFoundError: net/imglib2/display/projector/Projector2D</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre"> </span>at net.imglib2.img.display.imagej.ImageJVirtualStack.<init>(<span style="text-decoration: underline ; color: #0b1d8d">ImageJVirtualStack.java:93</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre"> </span>at net.imglib2.img.display.imagej.ImageJVirtualStackFloat.<init>(<span style="text-decoration: underline ; color: #0b1d8d">ImageJVirtualStackFloat.java:51</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">       </span>at net.imglib2.img.display.imagej.ImageJFunctions.wrapFloat(<span style="text-decoration: underline ; color: #0b1d8d">ImageJFunctions.java:238</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre"> </span>at net.imglib2.img.display.imagej.ImageJFunctions.wrap(<span style="text-decoration: underline ; color: #0b1d8d">ImageJFunctions.java:170</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">      </span>at net.imglib2.img.display.imagej.ImageJFunctions.show(<span style="text-decoration: underline ; color: #0b1d8d">ImageJFunctions.java:219</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">      </span>at net.imglib2.img.display.imagej.ImageJFunctions.show(<span style="text-decoration: underline ; color: #0b1d8d">ImageJFunctions.java:123</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">      </span>at spim.fiji.plugin.Image_Fusion.run(<span style="text-decoration: underline ; color: #0b1d8d">Image_Fusion.java:40</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">    </span>at spim.fiji.plugin.Image_Fusion.main(<span style="text-decoration: underline ; color: #0b1d8d">Image_Fusion.java:104</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); ">Caused by: <span style="text-decoration: underline ; color: #0b1d8d">java.lang.ClassNotFoundException</span>: net.imglib2.display.projector.Projector2D</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">      </span>at java.net.URLClassLoader$1.run(<span style="text-decoration: underline ; color: #0b1d8d">URLClassLoader.java:202</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">     </span>at java.security.AccessController.doPrivileged(<span style="text-decoration: underline ; color: #0b1d8d">Native Method</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre"> </span>at java.net.URLClassLoader.findClass(<span style="text-decoration: underline ; color: #0b1d8d">URLClassLoader.java:190</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre"> </span>at java.lang.ClassLoader.loadClass(<span style="text-decoration: underline ; color: #0b1d8d">ClassLoader.java:306</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">      </span>at sun.misc.Launcher$AppClassLoader.loadClass(<span style="text-decoration: underline ; color: #0b1d8d">Launcher.java:301</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">      </span>at java.lang.ClassLoader.loadClass(<span style="text-decoration: underline ; color: #0b1d8d">ClassLoader.java:247</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal 'Source Code Pro'; color: rgb(255, 31, 23); "><span class="Apple-tab-span" style="white-space:pre">      </span>... 8 more</div></div><div><br></div><div><br></div><div>I have all imglib projects checked out, up-to-date and maven depencies updated.</div><div><br></div><div>If anyone has any idea where this comes from would be great!</div><div><br></div><div>Thanks so much,</div><div>Steffi</div></body></html>