JIFI FAQ


 About JIFI

  Home
  JSR-38
  FAQ

  License

 Downloads

  Install Tool
  Developer Toolkit

 Documentation

  Specification
  Javadoc
  Maintenance Log

Question: How do I run the installer?

Answer: The installer is a self-extracting JAR file.  It can be executed in a Java virtual machine (Version 1.2 or better) using the "-jar" command line option.

java -jar InstallJifi.jax

Question: How do I run the builder tool?

Answer: The graphical builder tool is a Java class which can be executed in a Java virtual machine (version 1.2 or better).  Alternatively, if you are running on a Windows or Unix platform, you can set the JIFI_HOME environment variable and execute the JifiBuild script located in the bin directory.

On Windows:

set JIFI_HOME=C:\Program Files\JIFI
C:\Program Files\JIFI\bin\JifiBuild

On Unix:

set JIFI_HOME /opt/JIFI
export JIFI_HOME
/opt/JIFI/bin/JifiBuild

Last modified January 18, 2003