Installation Error: Unable to access jarfile liquibase-core.jar

I have added the path of C:\Program Files\liquibase in my system variables path to point to the liquibase command but it cannot find the jarfile liquibase-core.jar in the internal lib folder.

$ liquibase --version
Error: Unable to access jarfile /c/Program Files/liquibase/internal/lib
/liquibase-core.jar

How can I get the program to run?

1 Like

Hi there, @rober45672 - welcome to the Liquibase Community!

This type of error is usually caused because Java doesn’t know how to read the path to the directory in windows. This thread on StackOverflow goes into detail about various ways you can address it, depending on your setup.