Installation instructions: Difference between revisions

From GLOW Visualization
Jump to navigationJump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Install Java==
GLOW requires Java (JDK version 1.5 or higher).
Protégé comes bundled with Java. If you don't have Java, you can download a Protégé version including VM and skip this step.
<blockquote>
Do you want to know if you have Java 1.5? Open a command prompt and type <tt>java -version</tt>. The version should read at least <tt>"1.5.0"</tt>. To install or update your Java installation, download and run the Java installer at the [http://java.com/en/download/index.jsp Java download site].
</blockquote>
==Install Protégé 4.0==
==Install Protégé 4.0==
'''Protégé''' is an ontology editor. GLOW runs as a plug-in for Protégé. Only Protégé 4.0.x is supported at this point.
'''Protégé''' is an ontology editor. GLOW runs as a plug-in for Protégé. Only Protégé 4.0.x is supported at this point.


Download a Protégé 4.0.x installer and install it on your system:
Download a Protégé 4.0.x installer here:
* [http://protege.stanford.edu/download/download.html Protégé download site]  
* [http://protege.stanford.edu/download/download.html Protégé download site]


==Install JOGL 2.0==
==Install JOGL 2.0==
<!-- This is copypasted to the JOGL page, keep them in sync! -->
'''JOGL''' is a library that allows Java programs to use advanced OpenGL graphics capabilities. The newest version is currently still in development, but is already very stable for general use.
'''JOGL''' is a library that allows Java programs to use advanced OpenGL graphics capabilities. The newest version is currently still in development, but is already very stable for general use.


Line 17: Line 28:
After installation of the libraries, reboot your system.
After installation of the libraries, reboot your system.


For other platforms, choose one of the [http://download.java.net/media/jogl/builds/archive/jsr-231-2.0-beta10/ JOGL downloads].
For other platforms, choose one of the [http://download.java.net/media/jogl/builds/archive/jsr-231-2.0-beta10/ JOGL downloads]. If you only want to build JOGL OSGI's rather than run GLOW, and your platform is not listed, you can usually pick the Linux version.


==Install GLOW==
==Install GLOW==
Download and run the GLOW installer:
Download and run the GLOW installer:


* [http://www.glowvis.org/download/glowvis-1.0.exe GLOW for Windows 1.0]
* [http://www.glowvis.org/download/glowvis-1.0.exe GLOW for Windows]


For other platforms, see the [http://www.glowvis.org/download/snapshot/ latest snapshot] and place the JAR files in Protégé's <tt>plugins</tt> directory.
For other platforms, see the [http://www.glowvis.org/download/snapshot/ latest snapshot] and place the JAR files in Protégé's <tt>plugins</tt> directory. Protégé will detect them automatically.


==Open GLOW in Protégé==
==Open GLOW in Protégé==
Line 33: Line 44:
* Go to the '''Classes''' tab.
* Go to the '''Classes''' tab.
* Go to the '''View | Class Views''' menu and choose '''GLOW Visualization'''.
* Go to the '''View | Class Views''' menu and choose '''GLOW Visualization'''.
* Choose a position for the visualization.
* Choose a position for the visualization window, for instance on the bottom right.
 
Note: please check here for [[Running GLOW on Unix]] systems, such as Mac OS X, Linux and FreeBSD.

Latest revision as of 20:17, 17 May 2011

Install Java

GLOW requires Java (JDK version 1.5 or higher).

Protégé comes bundled with Java. If you don't have Java, you can download a Protégé version including VM and skip this step.

Do you want to know if you have Java 1.5? Open a command prompt and type java -version. The version should read at least "1.5.0". To install or update your Java installation, download and run the Java installer at the Java download site.

Install Protégé 4.0

Protégé is an ontology editor. GLOW runs as a plug-in for Protégé. Only Protégé 4.0.x is supported at this point.

Download a Protégé 4.0.x installer here:

Install JOGL 2.0

JOGL is a library that allows Java programs to use advanced OpenGL graphics capabilities. The newest version is currently still in development, but is already very stable for general use.

Since there are no easy installers yet, we provide installers for Windows here:

Note: The architecture (32 bit or 64 bit) should match the Java JVM you are using for Protégé!

After installation of the libraries, reboot your system.

For other platforms, choose one of the JOGL downloads. If you only want to build JOGL OSGI's rather than run GLOW, and your platform is not listed, you can usually pick the Linux version.

Install GLOW

Download and run the GLOW installer:

For other platforms, see the latest snapshot and place the JAR files in Protégé's plugins directory. Protégé will detect them automatically.

Open GLOW in Protégé

You should now be able to run the GLOW plug-in from Protégé.

  • Start Protégé.
  • Open an ontology of your choice.
  • Go to the Classes tab.
  • Go to the View | Class Views menu and choose GLOW Visualization.
  • Choose a position for the visualization window, for instance on the bottom right.

Note: please check here for Running GLOW on Unix systems, such as Mac OS X, Linux and FreeBSD.