Hi all,
I am trying to develop a plugin.It has a menu action inside which I try to instantiate the class which is available in an external Jar file.
The code is compiling fine but it is returning ClassDefenitionNotFoundError at runtime.How can i add an external jar so that the plugin can find it during Runtime.
Thanks in Advance