Definitions for "CLASSPATH"
The CLASSPATH is the location where Java looks to find your .class files. For the PMG and OMG, the CLASSPATH is a pointer to the directory where you installed the PMG and OMG applications.
In your deployment environment, the environment variable keyword that specifies the directories in which to look for class and resource files.
2006-04-20 How to Convert Anything Into Anything In Java. 2006-03-15 In the Dark Stereo and Home Entertainment Components 2006-03-15
Classpath refers to local files that are needed in order for a component to be executed. Classpath URLs cannot be HTTP URLs; they must be file URLs. Details on how to provide classpath information is in the Dependency Resolution section of the Developing Components trail. An extensive example detailing why the classpath was populated the way it was for a demo copmponent can be found in the Dependency Substitution section of Developing Components. Finally, tips for debugging your classpath can be found in the Component Packaging section of Developing Components.
Keywords:  above, see
See above.