Obtaining
Here you can find the binary of the Ontologizer application. It can be used if, for instance, the webstart facility doesn't work for your platform.
In order to run the application, you need to have the proper
SWT-jar as well. This can be obtained by following Eclipse's SWT homepage. Current versions of Ontologizer are build against version 3.4 of SWT, thus it is recommended to use the SWT 3.4 as well. Note that the platform of the SWT archive has to match the platform of your computer system. For instance, if you are running on Windows, download the Windows SWT archive, or if you are running on a 64 bit x86 Linux, download the SWT archive indicated by x86_64.
Invocation
Once you have downloaded the ontologizer.jar file and located the swt.jar file within the downloaded SWT archive you can start Ontologizer by typing (on Linux)java -cp swt.jar:ontologizer.jar ontologizer.gui.swt.Ontologizeror by typing (on Windows)
java -cp swt.jar;ontologizer.jar ontologizer.gui.swt.Ontologizerin the command line, assuming that both swt.jar and ontologizer.jar files are present in the current directory.