Difference between revisions of "Protege4DevDocs"
From Protege Wiki
(changed some wording) |
(added trouble shooting section and started the class loader issue page.) |
||
Line 17: | Line 17: | ||
<li>[[CompileProtege4InEclipse|Compile and run the Protege-OWL editor in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''each bundle is created as a separate Eclipse project''.</li> | <li>[[CompileProtege4InEclipse|Compile and run the Protege-OWL editor in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''each bundle is created as a separate Eclipse project''.</li> | ||
<li>[[CompileProtege4InEclipseOneProject|Compile and run the Protege-OWL editor in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''all bundles are encapsulated in one Eclipse project''.</li> | <li>[[CompileProtege4InEclipseOneProject|Compile and run the Protege-OWL editor in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''all bundles are encapsulated in one Eclipse project''.</li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | == Troubleshooting == | ||
+ | |||
+ | <ul> | ||
+ | <li> [[SolvingClassLoaderProblemsWithKnopflerfish|Troubleshooting class loader issues (knopflerfish)]] | ||
</ul> | </ul> |
Revision as of 12:49, October 22, 2007
Protege 4 Developer Documentation
This page is still somewhat under construction...
Working with Protege 4 source code
To Do List:
- Need to add some explanatory text here about how to choose between compiling using a separate project for each bundle vs. using one big project.
- Maybe some high-level description here would be helpful about how source code is organized since it's different than 3.3.1, i.e., we're using OSGi now?
- Compile and run the Protege-OWL editor in Eclipse - this page gives directions for compiling Protege 4.0 sources in Eclipse where each bundle is created as a separate Eclipse project.
- Compile and run the Protege-OWL editor in Eclipse - this page gives directions for compiling Protege 4.0 sources in Eclipse where all bundles are encapsulated in one Eclipse project.