I have no errors while running my plugin project in the runtime workbench but when I try to deploy it as a jar (using Export Wizards link), the jar file created does not work in other standard eclipse versions. I have tried putting the jars in the plugins folder of various eclipse installations, but to no avail. Can anyone please tell me what the issue might be all about?
Share
For a single plugin with no feature, you can add your deployed plugin jar to the
eclipse/dropins/folder. See the dropins folder for more information.