TOC PREV NEXT INDEX



ClassPath


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

  1. The full path of simplicitymidp.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 Mobile Devices is installed. The method by which you set your system classpath varies according to the operating system.

export CLASSPATH =$CLASSPATH:
$HOME/SimplicityMidp/simplicitymidp.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