The <classPathEntry> Element

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.

Required Attributes

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.

Optional Attributes

None

Child Elements

None