- I’m trying to use the teradata extension: https://github.com/liquibase/liquibase-teradata/wiki
What is meant by “Simply add the liquibase-teradata.jar file to your classpath”? The only way I have found that this works is by putting the jar in the libexec/lib
directory.
Adding a relative or absolute path to the --classpath
option does not result in it being found.
- The documentation makes it appear as though a directory should be possible in the
--classpath
argument, eg.--classpath=\path\to\classes:jdbcdriver.jar
.
However, as an absolute or relative path, this always results in my JDBC driver not found. Only a relative or absolute path to the jar itself works.
The documentation for URLClassLoader does not illuminate this subject for me, unfortunately. Should a directory be possible here?