What is output from the following command ?:
java -version
Rob
On Thu, Jul 21, 2011 at 4:20 PM, Patty <mar...@gm...> wrote:
> C:\Documents and Settings\pzapata\My Documents\Downloads>java -jar
> squirrel-sql-3.2.1-install.jar
> java.lang.NullPointerException
> at javax.swing.MultiUIDefaults.getUIError(Unknown Source)
> at javax.swing.UIDefaults.getUI(Unknown Source)
> at javax.swing.UIManager.getUI(Unknown Source)
> at javax.swing.JOptionPane.updateUI(Unknown Source)
> at javax.swing.JOptionPane.<init>(Unknown Source)
> at javax.swing.JOptionPane.showOptionDialog(Unknown Source)
> at javax.swing.JOptionPane.showMessageDialog(Unknown Source)
> at javax.swing.JOptionPane.showMessageDialog(Unknown Source)
> at com.izforge.izpack.installer.GUIInstaller.showFatalError(Unknown
> Source)
> at com.izforge.izpack.installer.GUIInstaller.<init>(Unknown Source)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
> Source)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at com.izforge.izpack.installer.Installer.main(Unknown Source)
> Exception in thread "main" java.lang.ExceptionInInitializerError
> at javax.swing.UIManager.initialize(Unknown Source)
> at javax.swing.UIManager.maybeInitialize(Unknown Source)
> at javax.swing.UIManager.getDefaults(Unknown Source)
> at javax.swing.UIManager.get(Unknown Source)
> at
> com.sun.java.swing.plaf.windows.WindowsLookAndFeel.initialize(Unknown
> Source)
> at javax.swing.UIManager.setLookAndFeel(Unknown Source)
> at javax.swing.UIManager.setLookAndFeel(Unknown Source)
> at
> com.izforge.izpack.installer.GUIInstaller.loadLookAndFeel(Unknown Source)
> at com.izforge.izpack.installer.GUIInstaller.init(Unknown Source)
> at com.izforge.izpack.installer.GUIInstaller.<init>(Unknown Source)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
> Source)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at com.izforge.izpack.installer.Installer.main(Unknown Source)
> Caused by: java.lang.NullPointerException
> at sun.awt.FontConfiguration.getVersion(Unknown Source)
> at sun.awt.FontConfiguration.readFontConfigFile(Unknown Source)
> at sun.awt.FontConfiguration.<init>(Unknown Source)
> at sun.awt.windows.WFontConfiguration.<init>(Unknown Source)
> at sun.awt.Win32GraphicsEnvironment.createFontConfiguration(Unknown
> Source)
> at sun.java2d.SunGraphicsEnvironment$2.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.java2d.SunGraphicsEnvironment.<init>(Unknown Source)
> at sun.awt.Win32GraphicsEnvironment.<init>(Unknown Source)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
> Source)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown
> Source)
> at javax.swing.RepaintManager.<clinit>(Unknown Source)
> ... 17 more
>
>
> ------------------------------------------------------------------------------
> 10 Tips for Better Web Security
> Learn 10 ways to better secure your business today. Topics covered include:
> Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
> security Microsoft Exchange, secure Instant Messaging, and much more.
> http://www.accelacomm.com/jaw/sfnl/114/51426210/
> _______________________________________________
> Squirrel-sql-users mailing list
> Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
>
>
|