Debugging stops on error: java.io.FileNotFoundException: /run/host/usr/lib/jvm/java-11-openjdk-amd64/conf/logging.properties (No such file or directory). As a result, the java.lang.ExceptionInInitializerError error pops up.
Error: java.io.FileNotFoundException: /run/host/usr/lib/jvm/java-11-openjdk-amd64/conf/logging.properties (No such file or directory)
Error on this line:
DriverManager.getConnection("jdbc:postgresql://localhost:5432/jc_student", "postgres", "999999");
(java 11)