Hello,
When I try and start the client, I get the following:
Exception in thread "main" java.lang.Error: can't load
com.birosoft.liquid.LiquidLookAndFeel
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1176)
at javax.swing.UIManager.initialize(UIManager.java:1257)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1245)
at javax.swing.UIManager.getDefaults(UIManager.java:556)
at javax.swing.UIManager.get(UIManager.java:818)
at net.sourceforge.squirrel_sql.client.FontInfoStore.<init>(
FontInfoStore.java:41)
at net.sourceforge.squirrel_sql.client.Application.<init>(
Application.java:136)
at net.sourceforge.squirrel_sql.client.Main.main(Main.java:60)
I have tried using the -m and -n options, but I get the same results.
Host info:
OS: OpenSuse Linux 10.2
Java: 1.5.0 update 10-2.1
is there a way to bypass this Liquid look and feel outside of the -n option?
Thanks in advance
Jason
|