Difference between revisions of "Protege-OWL 4 FAQ"

From Protege Wiki
Jump to: navigation, search
(updated text to require correct version of required java)
Line 11: Line 11:
 
Protege-OWL is [http://protege.stanford.edu/download/download.html available for download] from the main Protege website.  If you are new to Protege-OWL, we ask that you read about the three different installation options currently available to determine which best suits your needs:
 
Protege-OWL is [http://protege.stanford.edu/download/download.html available for download] from the main Protege website.  If you are new to Protege-OWL, we ask that you read about the three different installation options currently available to determine which best suits your needs:
  
* '''InstallyAnywhere platform independent installer program''' - this is the recommended method of installation for beginners and also for users that want a "double-clickable" executable file.  The primary reason we recommend this method for beginners is that Protege-OWL requires a 1.5 version of the Java Virtual Machine to be present.  The installer makes it very easy for you to install the correct version of the Java VM - or - if you already have Java installed, you can indicate the location during the install process.  The installer also provides an executable file that you can double-click to launch Protege-OWL, e.g., "Protege.exe" on Windows, etc.
+
* '''InstallyAnywhere platform independent installer program''' - this is the recommended method of installation for beginners and also for users that want a "double-clickable" executable file.  The primary reason we recommend this method for beginners is that Protege-OWL requires a 1.6 version of the Java Virtual Machine to be present.  The installer makes it very easy for you to install the correct version of the Java VM - or - if you already have Java installed, you can indicate the location during the install process.  The installer also provides an executable file that you can double-click to launch Protege-OWL, e.g., "Protege.exe" on Windows, etc.
  
 
* '''ZIP file''' - we provide a ZIP file for more advanced users that are familiar with how to make sure the proper version of Java is present.  This is also a convenient installation for users that do not require an executable file to launch Protege-OWL.
 
* '''ZIP file''' - we provide a ZIP file for more advanced users that are familiar with how to make sure the proper version of Java is present.  This is also a convenient installation for users that do not require an executable file to launch Protege-OWL.

Revision as of 17:39, March 12, 2013

Protege-OWL 4.x Frequently Asked Questions


See Also: Protege-OWL 3.x FAQ, Protege-Frames FAQ, Protege file encoding FAQ



How do I install Protege-OWL?

Protege-OWL is available for download from the main Protege website. If you are new to Protege-OWL, we ask that you read about the three different installation options currently available to determine which best suits your needs:

  • InstallyAnywhere platform independent installer program - this is the recommended method of installation for beginners and also for users that want a "double-clickable" executable file. The primary reason we recommend this method for beginners is that Protege-OWL requires a 1.6 version of the Java Virtual Machine to be present. The installer makes it very easy for you to install the correct version of the Java VM - or - if you already have Java installed, you can indicate the location during the install process. The installer also provides an executable file that you can double-click to launch Protege-OWL, e.g., "Protege.exe" on Windows, etc.
  • ZIP file - we provide a ZIP file for more advanced users that are familiar with how to make sure the proper version of Java is present. This is also a convenient installation for users that do not require an executable file to launch Protege-OWL.
  • Application bundle file - this is a new offering in Protege 4.1 that we hope will be an improvement for OS X users.

Note that if you are new user, we ask that you register before downloading Protege-OWL. If you have already registered, simply click on the download link and navigate to the Protege 4 section of the download page.

Where can I find user documentation for the Protege-OWL editor?

Please refer to the Protege 4 documentation page on this wiki for a list of available documentation.

Where do I ask questions and report bugs?

Please post comments, questions, and bug reports about Protege-OWL on the p4-feedback mailing list. Note that you must be subscribed to this list in order to post messages. Instructions for subscribing to Protege mailing lists are available on the main Protege website. If you have difficulties subscribing or unsubscribing from p4-feedback, please contact the list owners.

Where can I look at a list known bugs and feature requests?

Why am I getting "An error related to DOT has occurred" when trying to use the OWLViz plug-in?

If you see this error when trying to use OWLViz, it means that you have not completed some of the necessary steps to configure this plug-in. Complete documentation for fixing this error is available in the troubleshooting section of the OWLViz documentation.

How do I change the name of an entity (class, property, individual) in my ontology?

Select the Refactor | Change entity URI... menu item. In the resulting Change entity URI dialog box, enter the new name in the text box, and click the OK button.

Why does my ontology contain classes named Error1, Error2, ...?

See the Error Classes page for a description of this new OWL API feature.