Am 16.10.2020 um 12:39 schrieb Mayur Barge:
Hello,
I tried setting up classpath as suggested by Julian

*java -verbose -cp "oak-upgrade-1.34.0.jar:**postgresql-42.2.17.jar" -jar
oak-upgrade-1.34.0.jar upgrade --src-user=acdc_cms --src-password='***'
--user=mayur --password=*** 'jdbc:postgresql://SRC*
...

That's not what I suggested. You can't use "-cp" and "-jar" at the same
time. If the JAR file is not complete, you have to specify "-cp" *and*
specify the Main class.

Best regards, Julian

Reply via email to