Search Mailing List Archives
[protege-discussion] Protégé doesn't see my plug-in !
Daniel Holbert
holbert at helix.stanford.edu
Wed Jan 10 10:03:17 PST 2007
> it is in the JAR file
> but there is only one line : "Manifest-Version: 1.0", I am trying
to add
> "Name: myPackage.myClass" and "Tab-Widget: True" but no more success)
You definitely need those other lines in the manifest file --
otherwise Protege doesn't know where to find your plugin.
Add those lines to your manifest.mf file, and a blank line at the end.
Then, re-generate the .jar using the updated manifest, and see if it
works.
DanielHolbert
PharmGKB
Stanford University
julien lejeune wrote:
> I am trying to integrate my plugin in Protege but I don't succeed.
> I am following instructions at
> http://protege.stanford.edu/doc/dev.html#plugins and
> http://protege.stanford.edu/doc/faq.html#06.04 but I always a problem.
>
> The file myplugin.JAR was post under <protege_directory>/plugins/myPlugin
> and I checked that the JAR file is well formed and I checked with Winzip
> utilities that the file manifest.mf is in the JAR. (it is in the JAR file
> but there is only one line : "Manifest-Version: 1.0", I am trying to add
> "Name: myPackage.myClass" and "Tab-Widget: True" but no more success)
>
> I hope that anyone can help me !
>
> JLJ
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing:
> http://protege.stanford.edu/doc/faq.html#01a.03
>
More information about the protege-discussion
mailing list