DOC

edu.stanford.protege : protege-distribution

Maven & Gradle

Mar 17, 2015

Protege Desktop Distribution · Standard distribution of the Protege Desktop ontology editor.

Table Of Contents

Latest Version

Download edu.stanford.protege : protege-distribution Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file protege-distribution-5.0.0-beta-17-javadoc.jar to protege-distribution-5.0.0-beta-17-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder protege-distribution-5.0.0-beta-17-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "protege-distribution-5.0.0-beta-17-sources.jar" -d "protege-distribution-5.0.0-beta-17-javadoc" -subpackages 

Advertisement