protegeproject / protege

Protege Desktop
http://protege.stanford.edu
Other
975 stars 231 forks source link

Running Protege using Advanced Setup #859

Open VictoriaChama opened 5 years ago

VictoriaChama commented 5 years ago

Hello

I am trying to setup Protege using the Advanced Setup. When I tried it last week I had 2 Missing Constraints

First Run Error

but when I tried it again today I only got 1. See image

image

When I click "Continue" I get the following error message in the console

Console Error

I am missing some dependencies?

csnyulas commented 5 years ago

You should build Protege using Maven, as described in the building instructions on the wiki: https://github.com/protegeproject/protege/wiki/Building-from-Source

Please note that you need to use Java 8 (not Java 11, as you did), to successfully build the current version of Protege from the source code.

VictoriaChama commented 5 years ago

Thanks, I will use Java 8 and then give feedback. I plan on writing a plugin for Protege. I am assuming I should following the steps outlined in the advanced setup wiki page.