User 7b0ee04e66
22-04-2010 14:18:58
Good afternoon
I am following the instructions from the custom plugin found here
https://www.chemaxon.com/marvin/examples/plugin-dev/index.html
I have created the SelectionPlugin.jar file, saved it under the MarvinBeans/plugins directory and created a plugin.properties file.
When I open Marvin Sketch (5.3.1), I can see the Selection menu, but when I click on it, the following error appears:
Cannot get OptionsPane: Selection
chemaxon.marvin.plugin.PluginException: No class specified for plugin: Selection
at chemaxon.marvin.plugin.PluginFactory$PluginRecord.readClassName(Unknown Source)
at chemaxon.marvin.plugin.PluginFactory$PluginRecord.loadParameterPanel(Unknown Source)
at chemaxon.marvin.plugin.PluginFactory$PluginRecord.loadOptionsPane(Unknown Source)
at chemaxon.marvin.plugin.PluginFactory$PluginRecord.getOptionsPane(Unknown Source)
at chemaxon.marvin.plugin.PluginFactory.getOptionsPane(Unknown Source)
at chemaxon.marvin.plugin.CalculatorPluginManager.runPlugin(Unknown Source)
at chemaxon.marvin.plugin.CalculatorPluginManager.callback(Unknown Source)
at chemaxon.marvin.plugin.PluginManager.callback(Unknown Source)
at chemaxon.marvin.common.swing.MolPanel$5.run(Unknown Source)
I must have forgotten something or done something wrong ? Can you help ?
Thanks
Catherine
PS - Running on a Windows PC (XP) with Java 1.6.0_16