Definition
How to configure Cargo's classpath
Explanation
TODO (explain the 2 modes: standalone and embedded and how Cargo treats both WRT classpath. Explain also the setExtraClasspath() API)
Example using the Java API
Starting Orion 1.x with Clover jar added to its classpath. For example if you have instrumented your source code with Clover you'll need to add the Clover jar to the classpath.
Example using the Ant API
Starting Orion 1.x with some additional classpath entries:
Labels