TOC PREV NEXT INDEX



ClassPath


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

  1. The full path of simplicitypro.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 javax.servlet.jar
  4. The full path of com.mortbay.jetty.jar
  5. The full path of gnujsp.jar
  6. The full path of pbclient31RE.jar
  7. The full path of pbnetwork31RE.jar
  8. The full path of datarep_common.jar

Items 3-8 are all found in the Simplicity install directory. The method by which you set your system classpath varies according to the operating system.

SET CLASSPATH=.;c:\SimplicityProfessional\simplicitypro.jar;
c:\SimplicityProfessional\swingall.jar;
c:\SimplicityProfessional\javax.servlet.jar;
c:\SimplicityProfessional\com.mortbay.jetty.jar;
c:\SimplicityProfessional\gnujsp.jar;
c:\SimplicityProfessional\pbclient31RE.jar;
c:\SimplicityProfessional\pbnetwork31RE.jar;
c:\SimplicityProfessional\datarep_common.jar
export CLASSPATH =$CLASSPATH:
$HOME/SimplicityProfessional/simplicitypro.jar:
$HOME/Simplicitypro/swingall.jar:
$HOME/Simplicitypro/javax.servlet.jar:
$HOME/Simplicitypro/com.mortbay.jetty.jar:
$HOME/Simplicitypro/gnujsp.jar:
$HOME/Simplicitypro/pbclient31RE.jar:
$HOME/Simplicitypro/pbnetwork31RE.jar:
$HOME/Simplicitypro/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