I have exactly the same problem, since there are no drivers being
listed (I'm trying to usse the MySQL plugin by the way). I even tried
installing squirrelsql to a directory without spaces, in the hope that
that could be the solution (no such luck). So I'll post some outtakes
of my squirrel log here. I'm running Ubuntu Edgy (6.10) and using
"/usr/lib/jvm/java-1.5.0-sun/jre/bin/java"
20296 [AWT-EventQueue-1] DEBUG
net.sourceforge.squirrel_sql.fw.util.Resources - No resource found
for action.net.sourceforge.squirrel_sql.client.mainframe.action.ViewDriversAction
: image
20798 [main] DEBUG net.sourceforge.squirrel_sql.fw.util.Resources -
No resource found for
action.net.sourceforge.squirrel_sql.plugins.mysql.action.AnalyzeTableAction
: image
21405 [main] DEBUG
net.sourceforge.squirrel_sql.client.gui.util.ThreadCheckingRepaintManager
- GUI work done in wrong thread
java.lang.Exception: GUI work done in wrong thread
at net.sourceforge.squirrel_sql.client.gui.util.ThreadCheckingRepaintManager.checkThread(ThreadCheckingRepaintManager.java:48)
22992 [Thread-3] DEBUG
net.sourceforge.squirrel_sql.client.gui.util.ThreadCheckingRepaintManager
- GUI work done in wrong thread
java.lang.Exception: GUI work done in wrong thread
at net.sourceforge.squirrel_sql.client.gui.util.ThreadCheckingRepaintManager.checkThread(ThreadCheckingRepaintManager.java:48)
at net.sourceforge.squirrel_sql.client.gui.util.ThreadCheckingRepaintManager.addDirtyRegion(ThreadCheckingRepaintManager.java:59)
at javax.swing.JComponent.repaint(JComponent.java:4518)
at java.awt.Component.repaint(Component.java:2731)
at javax.swing.text.View.updateLayout(View.java:1247)
at javax.swing.text.View.changedUpdate(View.java:799)
at javax.swing.text.html.BlockView.changedUpdate(BlockView.java:325)
at javax.swing.plaf.basic.BasicTextUI$RootView.changedUpdate(BasicTextUI.java:1534)
at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.changedUpdate(BasicTextUI.java:1779)
at javax.swing.text.AbstractDocument.fireChangedUpdate(AbstractDocument.java:213)
at javax.swing.text.html.HTMLDocument.fireChangedUpdate(HTMLDocument.java:1321)
at javax.swing.text.html.HTMLDocument$HTMLReader.adjustEndElement(HTMLDocument.java:2045)
at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:2100)
at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:231)
at javax.swing.JEditorPane.read(JEditorPane.java:519)
at javax.swing.JEditorPane.read(JEditorPane.java:537)
at javax.swing.JEditorPane$PageLoader.run(JEditorPane.java:566)
62857 [AWT-EventQueue-1] ERROR
net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager - Unable to find
Driver Class com.mysql.jdbc.Driver for JDCB driver MySQL Driver
|