The <classPathEntry> element is used to specify the location of the JDBC driver specified in the <jdbcConnection> element. All JAR files and directories specified with these child elements will be added to the search path for JDBC drivers during the Abator run.
This element is option and is not requiredi if you add the driver to the
runtime classpath in some other manner (e.g. with the -cp
argument
of the java
command
Attribute | Description |
---|---|
location | The full path name of a JAR/ZIP file to add to the classpath, or a directory to add to the classpath. |
None
None