Dear Icy community,
I'm having a strange problem installing my plugin through the icy plugin installer.
I get the following errors:
Class 'plugins.adufour.tutorial.EzPlugTutorial.plugins.adufour.tutorial.EzPlugTutorial' cannot be loaded :
Required class 'plugins.adufour.tutorial.EzPlugTutorial.plugins.adufour.tutorial.EzPlugTutorial (wrong name: plugins.adufour.tutorial.EzPlugTutorial)' not found.
Fatal error while loading 'plugins.MasoudR.MultiFretIcy.MultiFretIcy' class from plugins/MasoudR/MultiFretIcy/MultiFretIcy.jar :
java.lang.ClassNotFoundException: plugins.MasoudR.MultiFretIcy.MultiFretIcy
Verify you correctly set the class name in your plugin description.
Installation of the following plugin(s) failed:
MultiFretIcy 0.0.1.12
This is strange because:
1. EzPlugTutorial is installed due to the EzPlug SDK dependency of my plugin, however it gives this error but despite everything still has managed to install it in my plugins folder?
This should work (I see no difference with how other plugins are set-up).
The error occurs everytime the plugin is installed, but the plugin is installed and runs fine regardless.
The only issue is that it is listed as "faulty" in the plugins list.
I've tried several variants of the classname, but none of them worked.
What am I doing wrong?