imagej / imagej-launcher

The ImageJ native launcher
https://imagej.net/learn/launcher
BSD 2-Clause "Simplified" License
21 stars 23 forks source link

Support ij1.plugin.dirs also in modern mode #8

Closed dscho closed 10 years ago

dscho commented 10 years ago

Fiji offers that feature that ImageJ 1.x plugins are also discovered in directories listed in the ij1.plugin.dirs system property (or, if unset, in $HOME/.plugins/). Let's support that for ImageJ2, too. Incidentally, this will help with changing the legacy startup as we are about to do in imagej-legacy, where we reuse the same class loader for ImageJ 1.x, ImageJ 2 and for the plugins.

dscho commented 10 years ago

Still needs to be tested... I opened this pull request primarily as a reminder not to release pom-imagej 2.15 without it.

dscho commented 10 years ago

Now it is tested, and good to go, as soon as imagej/pom-imagej#1 is addressed.