Search Mailing List Archives
[protege-discussion] Calculations in Protégé
Tania Tudorache
tudorache at stanford.edu
Wed Mar 14 16:59:49 PDT 2007
Robert,
You only need JDK 1.5 to compile the plugin, not JDK 1.6. We have
documentation about creating a plugin jar on our website:
http://protege.stanford.edu/doc/pdk/plugins/manifests.html
We also have documentation about how to develop a plugin and general
plugin debuging tips here:
http://protege.stanford.edu/doc/dev.html
I hope this helps.
Tania
Robert Dave wrote:
> Samson Tu <swt <at> stanford.edu> writes:
>
>
>> Robert Dave wrote:
>> Then, I found the PAL source code and I wrote a definition of the
>> function sqrt.
>>
>>> Now, I have a file sqrt.java and I found the manifest file. However I don't
>>>
> know how to get a file which could be used by Protégé.
>
>> Compile the .java file, create .jar that contains the appropriate
>> manifest file, add the jar file to the PAL plugin directory in
>> {ProtegeInstallationDir}/plugins/
>>
>> Samson
>>
>
>
> I still have a problem the complile the file. I never did it and no website
> explain this in a simple way. I have the sqrt.java file and the manifest
> updated. If I well understood, manifest file must be put in META-INF folder. I
> installed on my computer the JDK6, which seems to be required to compile. Then
> when I try to use the windows console, the function 'java' is available. I read
> about a function 'jar cf jarfile ...', but 'jar' is unavailable.
> What is excactly the command to get a .jar from a .java and the manifest?
>
> Thanks a lot.
> Robert.
>
> _______________________________________________
> 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