You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Eclipse IDE supports creation of a "runnable JAR" via its Export menu, which is an uberjar containing dependencies as nested JAR files. It would be useful if, when running ImageJ from one of these uberjars, the SciJava plugin metadata in META-INF/json within each nested JAR could be successfully read, and the resultant PluginInfo objects were able to be successfully instantiated as usual.