Invalid plug-in jar:file:/C:/Users/username/Application%20Data/eTeks/Sweet%20Home%203D/plugins/RotateHomePlugin.jar!/org%2Faddy%2Fsh3d%2Fplugin%2FApplicationPlugin.properties: org.addy.sh3d.plugin.RotateHomePlugin not a subclass of com.eteks.sweethome3d.plugin.Plugin
Invalid plug-in jar:file:/C:/Users/username/Application%20Data/eTeks/Sweet%20Home%203D/plugins/CopyStylePlugin.jar!/newPlugin%2FApplicationPlugin.properties: newPlugin.CopyStyleAction not a subclass of com.eteks.sweethome3d.plugin.Plugin
I don't understand what could be wrong, although it might be something stupid, any ideas?
It's the first time I'm trying to develop a plug-in so it could be something easy I didn't notice.
If any part of the code is needed (or any other information) I can post it, but right now I only have a message box to appear in the execute and nothing more, everything else is according to the tutorial.
France
Joined: Nov 7, 2005
Post Count: 9418
Status:
Offline
Re: error with plug-ins eclipse
Are you sure CopyStyleAction extends Plugin and that you imported com.eteks.sweethome3d.plugin.Plugin (not a Plugin class of an other package)?
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
France
Joined: Nov 7, 2005
Post Count: 9418
Status:
Offline
Re: error with plug-ins eclipse
Hum... I'm ok to help but if you're not able to launch com.eteks.sweethome3d.SweetHome3D class, this won't make it...
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
Joined: Aug 20, 2010
Post Count: 13
Status:
Offline
Re: error with plug-ins eclipse
When I have bootstrap as main class it launches sweet home just not with any plug-in and gives the error I wrote at the first post. This gives any valuable information?