ImageJ Plugin
Posted by Hao An on Feb 06, 2007; 9:36pm
URL: http://imagej.273.s1.nabble.com/ImageJ-Plugin-tp3700388.html
Hi,
I am working on create my plugins. But I keep getting following error
message:
Plugin or class not found: "My_Plugin"
(java.lang.NoClassDefFoundError: My_Plugin(wrong
name:plugins/My_Plugin))
But I am sure I put My_Plugin.java and My_Plugin.class under plugins
fold.
So how do you guys make your plugins work. Do I need to add something in
build.xml for ant?
Thanks so much.
Hao