Hi!
Yesterday I upgraded SQuirreL SQL to 3.0.1. It went well. Today when I started it, it sad:
$ java -jar squirrel-sql.jar
java.lang.NullPointerException
at net.sourceforge.squirrel_sql.client.Application.getMainFrame(Application.java:504)
at net.sourceforge.squirrel_sql.client.gui.db.AliasesListInternalFrame$5.run(AliasesListInternalFrame.java:158)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at net.sourceforge.squirrel_sql.client.Application$1.dispatchEvent(Application.java:195)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
ApplicationArguments.initialize() called twice
After an uninstall, and a fresh 3.0.1 install, it says:
$ java -jar squirrel-sql.jar
ApplicationArguments.initialize() called twice
additional info:
$ echo $JAVA_HOME
C:\Java\jdk1.6.0_12\
Roti
When I uninstalled from drive D, ad installed to C, it works well.
When I tried to uninstall from D, and install it to the same location at D, it was wrong.
Every time I used full deletion of prorgam directory.