Originally posted in https://github.com/saalfeldlab/n5-ij/issues/4 by @wangyuhan01
The new BigDataViewer shipped with most recent Fiji is incompatible with the version currently used in N5 Viewer and throws the following error:
java.lang.NoClassDefFoundError: net/imglib2/display/RealARGBColorConverter$Imp0
at org.janelia.saalfeldlab.n5.bdv.N5Viewer.addSourceToListsRealType(N5Viewer.java:279)
at org.janelia.saalfeldlab.n5.bdv.N5Viewer.addSourceToListsGenericType(N5Viewer.java:242)
at org.janelia.saalfeldlab.n5.bdv.N5Viewer.exec(N5Viewer.java:133)
at org.janelia.saalfeldlab.n5.bdv.N5Viewer.run(N5Viewer.java:88)
at ij.IJ.runUserPlugIn(IJ.java:230)
at ij.IJ.runPlugIn(IJ.java:193)
at ij.Executer.runCommand(Executer.java:137)
at ij.Executer.run(Executer.java:66)
at java.lang.Thread.run(Thread.java:748)
Originally posted in https://github.com/saalfeldlab/n5-ij/issues/4 by @wangyuhan01 The new BigDataViewer shipped with most recent Fiji is incompatible with the version currently used in N5 Viewer and throws the following error: