Resource Paths
Many Smile CDR configuration properties require a path to a file, such as a script or a data file to use for seeding data.
These properties are called Resource Paths.
The format for such a path is to use the form classpath:/path/to/file.ext
. Paths are relative to the classes/
directory within the Smile CDR installation and can reference any files in this directory. They can also reference path to files found within JAR files in customerlib/
directory.