Hi,
I can’t seem to get Liquibase to find my database driver.
Here’s the contents of my config file:
I’ve tried this by passing it via java --classpath, and by placing it in the current working directory, and none of it seems to help.
Any suggestions?
Can you try with
Shantanu
That did it. Thanks.
This was for OSX. Is this par for the course there? The documentation says that the path is sufficient.
The path is sufficient when it is supposed to contain .class files. When you have a JAR, it should be explicitly specified on the CLASSPATH. In JDK 1.6 and higher you can say /path/to/*.jar but I have noticed that doesn’t work in all cases.