How to test plugin?
Posted by Vivian Yong on Jul 14, 2009; 1:56am
URL: http://imagej.273.s1.nabble.com/How-to-uninstall-macros-tp3691772p3691774.html
Hi there,
I tried to write a testing plugin based on the ImageJ tutorial. I can
test it after I put the plugin file in the ImageJ plugin folder. I just
wonder how can I test run it in Eclipse? Also, I would like to see the
output on the system for debugging purpose by using
System.out.print("..."); before the plugin be deployed to ImageJ, is
that possible and how?
Thanks in advance for answering my questions.
Regards,
Vivian