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
In my application I have to use driver class with upper case package name. ex) Blahblah.jdbc.driver.Driver
And it looks like upper case Blahblah package name prevents from correct driver loading.
Is there any workaround about this?
My application throws following error.
Error: Java::Blahblah.jdbc.driver.Driver not loaded. Are you sure you've included the correct jdbc driver in :jdbc_driver_library?
The text was updated successfully, but these errors were encountered:
Hi Guys.
In my application I have to use driver class with upper case package name. ex) Blahblah.jdbc.driver.Driver
And it looks like upper case Blahblah package name prevents from correct driver loading.
Is there any workaround about this?
My application throws following error.
Error: Java::Blahblah.jdbc.driver.Driver not loaded. Are you sure you've included the correct jdbc driver in :jdbc_driver_library?
The text was updated successfully, but these errors were encountered: