Open chautuankien opened 1 year ago
@chautuankien Hmm, I haven't tried using the Java script runner (which compiles the code on the fly) from PyImageJ before. It wouldn't surprise me if it just does not work properly. That script engine is a bit finicky. You could try running that code as BeanShell (no changes) or Groovy (very small or no changes typically required) instead.
I also suggest to double check you are using the latest release of PyImageJ, and update the "2.5.0"
version of ImageJ2 to "2.13.1"
, the most recent release as of this writing.
Hi @chautuankien, have you made an progress on this?
I am having issue when using
ij.py.run_script
to run java code. I was able to connect to my java code but in my java code, i import ij library, but the ij is not regconized. How can I fix thisMy code is as below:
My error is as below: