TOC PREV NEXT INDEX



ClassPath


Simplicity for Java requires that eight items be on your classpath. They are (in order)

  1. The full path of simplicity.jar
  2. The swingall.jar file. (This is not needed if you are using JDK 1.2 or later, as the swing classes are already present.)
  3. The full path of datarep_common.jar

All of the above items are found in the directory where Simplicity for Java is installed. The method by which you set your system classpath varies according to the operating system.

SET CLASSPATH=.;c:\Simplicity\simplicity.jar;
c:\Simplicity\swingall.jar;
c:\Simplicity\datarep_common.jar
export CLASSPATH =$CLASSPATH:
$HOME/Simplicity/simplicity.jar:
$HOME/Simplicity/swingall.jar:
$HOME/Simplicity/datarep_common.jar

Note that the CLASSPATH entries should be on one line; they have been broken up here for clarity.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX