Protege4DevDocs

From Protege Wiki
Revision as of 16:20, April 9, 2008 by Tredmond (talk | contribs)

Jump to: navigation, search

Protege 4 Developer Documentation

This page is still somewhat under construction...



Working with the Protege source code

Compiling and Running the Protege-OWL editor

The following two links cover much the same ground. They describe how to download, compile and run the protege 4 sources in a development environment.

The next link covers the problem of compiling and running a plugin in a development environment.

The following link is not complete yet and will be updated later when we have better details on how to run Protege 4 using the eclipse OSGi debugging capabilities. Hopefully we will complete this page because this method of loading Protege 4 plugins into eclipse will have some major advantages.

Writing a simple view plugin (with example code)

A short guide to writing a plug-in to show the class hierarchy. This doesn't delve deeply into setting up your build environment, but concentrates on a simple code example and making sure you understand the components and the structure of a plug-in.


Troubleshooting