Jump to content

Recommended Posts

Posted

My server is bit.heliohost.org. I just got verified java on my johnny server and now I am using something I have tested on my localhost computer, and which works. I have

Class.forName("com.mysql.jdbc.Driver");

and

<%@page import="java.sql.*" %>.

I have the error:

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver.

How do I solve this problem? I cannot access WEB_INF in my ftp client either, so I cannot add my mysql/J connector in the library either.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...