TOC PREV NEXT INDEX



ClassPath


Simplicity Enterprise requires that many items be on your classpath. They include

  1. The full path of simplicityent.jar

    The full path of the files found in the jars directory. This includes

  2. com.sun.net.ssl.jar
  3. javax.servlet.jar
  4. javax.xml.jaxp.jar
  5. org.apache.crimson.jar
  6. org.apache.jasper.jar
  7. org.mortbay.jetty.jar
  8. pbclient31RE.jar
  9. pbnetwork31RE.jar
  10. webmacro.jar

simplicityent.jar is found in the Simplicity install directory. The jars directory is also found in the install directory. The method by which you set your system classpath varies according to the operating system.

SET CLASSPATH=.;c:\SimplicityEnterprise\simplicityent.jar;
c:\SimplicityEnterprise\jars\com.sun.net.ssl.jar;
c:\SimplicityEnterprise\jars\javax.servlet.jar;
c:\SimplicityEnterprise\jars\org.mortbay.jetty.jar;
c:\SimplicityEnterprise\jars\org.apache.crimson.jar;
c:\SimplicityEnterprise\jars\org.apache.jasper.jar;
c:\SimplicityEnterprise\jars\pbclient31RE.jar;
c:\SimplicityEnterprise\jars\pbnetwork31RE.jar;
c:\SimplicityEnterprise\jars\webmacro.jar
export CLASSPATH =$CLASSPATH:
$HOME/SimplicityEnterprise/simplicityent.jar:
$HOME/SimplicityEnterprise/jars/com.sun.net.ssl.jar:
All of the jar files noted above are added in a similar manner.

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


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