How to make SchemaCrawler to work in Windows?
GraphViz is installed. Now I'm trying to make a diagram of a whole PostgreSQL database using the command line:
sc.cmd -command graph -outputformat png \
-outputfile=graph.png -database=my_database \
-user=the_user -password=my_password -infolevel=standard
but am getting an error about lib.jakarta-httpcore-nio-4.0-alpha4.jar
which could not be found:
Fehler: Hauptklasse lib.jakarta-httpcore-nio-4.0-alpha4.jar konnte nicht gefunden oder geladen werden