|
From: Dale A. <da...@da...> - 2019-09-25 00:16:33
|
Can you put your plugin jar somewhere publicly accessible? Or even better, can your provide a link to your source code? On Tue, Sep 24, 2019, 4:49 PM Adam Pease <ap...@ar...> wrote: > Hi, > I understand that "Checks for a class name with a name ending with > Plugin.class" http://www.jedit.org/users-guide/plugin-load.html > > I have a jar with the simple plugin demo code > > apease@apease-ThinkPad-T460s:~/.jedit/jars$ jar tf quick.jar > META-INF/ > META-INF/MANIFEST.MF > com/ > com/articulate/ > com/articulate/sigma/ > com/articulate/sigma/jedit/ > lib/ > QuickNotePad.props > actions.xml > com/articulate/sigma/jedit/QuickNotepad.class > com/articulate/sigma/jedit/QuickNotepadActions.class > com/articulate/sigma/jedit/QuickNotepadOptionPane.class > com/articulate/sigma/jedit/QuickNotepadPlugin.class > ... > > On starting jEdit I get > > apease@apease-ThinkPad-T460s:~/.jedit/jars$ jedit > 1:13:57 PM [main] [warning] PluginJAR: > /home/apease/.jedit/jars/quick.jar has an actions.xml but no plugin core > class > > > Must the plugin class be at the root of the jar to be recognized? Or is > there something else that might be going wrong? > > all the best, > Adam > > -- > -------- > Adam Pease > http://www.ontologyportal.org > http://www.adampease.org > @apease_ontology on Twitter > > -- > ----------------------------------------------- > jEdit Developers' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-devel > |