Homec4science

Main: avoid 'Unrecognized command' error

Authored by Curtis Rueden <ctrueden@wisc.edu> on May 4 2017, 19:32.

Description

Main: avoid 'Unrecognized command' error

The recent changes to the codebase somehow broke the main method.
My guess is that the switch to sc.fiji.coloc package prefix is
somehow making ImageJ1 unhappy, but we do set the plugins.dir
appropriately. The plugins.config is there, and correct. So I do
not know why it cannot find the command. To work around the
issue, we use IJ.runPlugIn(className, arg) instead, which works
fine. And then we no longer need to override the plugins.dir.

Details

Committed
Curtis Rueden <ctrueden@wisc.edu>May 4 2017, 19:32
Pushed
oburriMar 8 2018, 18:06
Parents
R6269:7252fd106286: Bump to next development cycle
Branches
Unknown
Tags
Unknown

Event Timeline

Curtis Rueden <ctrueden@wisc.edu> committed R6269:4664f9595314: Main: avoid 'Unrecognized command' error (authored by Curtis Rueden <ctrueden@wisc.edu>).May 4 2017, 19:32