You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I loaded dynamically JDBC driver jar and called acceptsURL method (with MethodHandle): as I got a NPE with MySQL Driver, I read the MySQL code and noticed the NPE occurs because of invoking method getPackage() (in com.mysql.jdbc.Util), that always returns a null reference.
The text was updated successfully, but these errors were encountered:
I loaded dynamically JDBC driver jar and called acceptsURL method (with MethodHandle): as I got a NPE with MySQL Driver, I read the MySQL code and noticed the NPE occurs because of invoking method getPackage() (in com.mysql.jdbc.Util), that always returns a null reference.
The text was updated successfully, but these errors were encountered: