Anybody using schemaSpy successfully on SuSE 9.3 or above? it keeps giving me an error with java.lang.ClassNotFoundException: com.mysql.jdbc.Driver at java.net.URLClassLoader$1.run(URLClassLoader.java:199) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:187) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:219) at net.sourceforge.schemaspy.Main.getConnection(Main.java:429) at net.sourceforge.schemaspy.Main.main(Main.java:122) I've downloaded the mysql connector/J class from MySQL and installed it. I've tried defining $CLASSPATH to point to the install directory, and I've tried running schemaSpy with java -jar -cp path-to-connector/J-directory but it still gives the same error. Phil