Class.forName works with Java 8, but goes wrong with Java 11

My guess would be that the classes of the java.sql module aren’t on the classpath for some reason.

I use the word module here like I know what it means, but don’t let it fool you: I don’t have a clue.

1 Like