In order to use the OntoBuilder tool you must follow these instructions:
If running it as an applet:
%JRE%\lib\ext
, where %JRE% is the directory where the Java Runtime Environment was installed (usually C:\Program Files\Java\j2re1.4.0
for the JRE 1.4.0 on Windows)C:\Document and Settings\%USERNAME%
, on UNIX is usually in the variable %HOME. Make sure the keystore has the following name: .keystore
.keystore
file.java.security
file located in the %JRE%\lib\security
directory. Add a line to the policy.url
section. It should look something like the following:
# The default is to have a single system-wide policy file, # and a policy file in the user's home directory. policy.url.1=file:${java.home}/lib/security/java.policy policy.url.2=file:${user.home}/.java.policy policy.url.3=file:${user.home}/policyThe line in bold is the entry for the policy file downloaded in the previous step
If running it as a Java Web Start application:
%JRE%\lib\ext
, where %JRE% is the directory where the Java Runtime Environment was installed (usually C:\Program Files\Java\j2re1.4.0
for the JRE 1.4.0 on Windows)If running it as a standalone application:
%JAVA_HOME%\jre\lib\ext
, where %JAVA_HOME% is the directory where the Java 2 SDK was installed.%JRE%\lib\ext
, where %JRE% is the directory where the Java Runtime Environment was installed (usually C:\Program Files\Java\j2re1.4.0
for the JRE 1.4.0 on Windows)OntoBuilder.jar
file. Once donwloaded, double click on it (or use java -jar OntoBuilder.jar
from the command line) to run the tool.