How to add a complete folder to the classpath?

Hi everybody,

I want to add a complete folder to the liquibase classpath. In this folder, the database-driver is stored.


I neither want to copy the driver to another folder (because it is also part of the shipped product) nor I want to specify the concrete jar-file (because we might change the shipped driver-version).


… 5 more


This is a general limitation of java, not liquibase. To fix this, you would need to write your own launcher - either a new version of java.exe or a wrapper script in the scripting language of your choice.

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

Thanks for your answer. I never tried it in java, but I thougt, it is possible to add ./my/folder/* to the classpath?!?

However, I solve it within the script.