jdbcDriver « hsqldb « Java Database Q&A





1. how to resolve java.lang.ClassNotFoundException: org.hsqldb.jdbcDriver    stackoverflow.com

I am using one method which return me a datasource. The method is as below:

public static DataSource getDataSource(){
        String url;
     ...