I'm using Eclipse to write a Java program that is trying to connect to HSQLDB.
When I try to run the program I get this error:
java.lang.ClassNotFoundException: org.hsqldb.jdbc.JDBCDriver
How do I fix it?
I'm using Eclipse to write a Java program that is trying to connect to HSQLDB.
When I try to run the program I get this error:
java.lang.ClassNotFoundException: org.hsqldb.jdbc.JDBCDriver
How do I fix it?
You need to find where this .jar file lives (somewhere in you /hsqldb/ folder):
hsqldb.jar
You then need to add it to your Java project build path like this:
(This process may vary slightly depending which version of Eclipse you are using):