I am getting the ubiquitous ClassNotFoundException for the Mysql-driver on my Debian box:
SEVERE: SimpleDataSource: Error while loading properties. Cause: java.lang.ClassNotFoundException: org.mysql.Driver Incidentally, I have already symlinked/copied (tried a lot) the mysql-connecter-java.jar into /usr/lib/lsc directory. Alas, that didn't seem to fix it. To be frank, is it correct and sufficient on Debian to: * Install libmysql-java, * do `ln -s /usr/share/java/mysql-connector-java.jar /usr/lib/lsc/mysql-connector-java.jar`? If so, what am I missing? It's been a while since I have dabbled with java, and honestly, it's stuff like that that keeps me from dabbling. Any help greatly appreciated, all the best, Alex. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

