./liquibase --version Exception in thread "main" java.lang.IllegalArgumentException: /home/useradmin/Postgres/postgresql.jar does not exist at liquibase.integration.commandline.LiquibaseLauncher.configureClassLoader(LiquibaseLauncher.java:140)

./liquibase --version
Exception in thread “main” java.lang.IllegalArgumentException: /home/useradmin/Postgres/postgresql.jar does not exist
at liquibase.integration.commandline.LiquibaseLauncher.configureClassLoader(LiquibaseLauncher.java:140)
at liquibase.integration.commandline.LiquibaseLauncher.main(LiquibaseLauncher.java:110)

I was getting this error when I was trying to connect to postgres.But I am getting this error. Team please help

Exception in thread “main” java.lang.IllegalArgumentException: /home/useradmin/Postgres/postgresql.jar does not exist

This indicates that the jdbc driver jar cannot be found at the location indicated. Did you copy the driver jar to that location?

1 Like

Thank @Pete for responding.Able to resolve the issue