Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
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