Mark Hiner
Mark Hiner
Sorry, I was conflating things. I don't think `List` alone provides a nice way to enter tables so it doesn't really solve the my use case.. I was imagining entering...
@ctrueden I'm wondering if we can just get rid of these `FileUtils` methods? I'm assuming they only exist because we were on Java 6 when they were written and if...
we probably would want to: 1. Create a `ProcessingService` to encapsulate pre/post processing actions and control state, moving related logic out of the `ModuleService` 2. Add `enable(Class)` and `disable(Class)` methods...
> It wouldn't help with the intended use case I feel like I missed something.. why wouldn't it help? In the shorter term we could add processing toggle keywords to...
> IIUC, the goal is to suppress the display of outputs for a specific module execution, not globally for the context. For the sake of clarity and complete discussion of...
> However, you may want to be careful with that and only synchronize the really critical parts of the method (synchronize may harm performance). I decided not to be careful,...
Similarly, this happens with `Segmentation > Open Classifier ...` if no Segmentation algorithm has been added yet.
Looks like this is working around a bug in [scijava common](https://github.com/scijava/scijava-common) and if fixed there we can close this PR
@sugan89 What happens when you run `java --version` from the command line in the `cellprofiler_imagejscript` conda environment?
Can you double-check your `PATH` and `JAVA_HOME` environment variables? Do you have a separate non-JDK java being specified anywhere? You could also share your `pip list` output from that conda...