TOC PREV NEXT INDEX



ClassPath


Simplicity requires that three 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

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 definitions must be on one line.


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