Define changeLogFile location through classpathscanning in java

Hi,


I’m new to Liquibase and this forum.


I try to initiate my Liquibase instance from javacode, but for some reason it cannot find my changeLogFile.


final String changeLogFile = “classpath:install.xml”;


Should this work? I do it like this because the changeLog is somewhere on the classpath.


Thanks.