Login  Register

"Plugin or Class not found"- error while running ImageJ Plugin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

"Plugin or Class not found"- error while running ImageJ Plugin

sharanbabuk
This post was updated on Dec 19, 2013; 7:44pm.
Hello,

I'm working on developing a plugin for imageJ. When I execute code in eclipse, it doesn't show any error. But when I try to compile it in ImageJ by clicking on myplugin under "Plugins" tab, it shows error "Plugin or Class not found " followed by class name and then java.lang.ClassNotFoundExcception.

What could be possible error?
I dont see any problem in plugins.config. class name is proper in it.
Any help would be appreciated.
thanks