I have added the following to my windows 7 (64) and installed without issues.
set JAVA_HOME="C:\Program Files (x86)\Java\jre6"
set JRE_HOME=%JAVA_HOME%/jre
set CLASSPATH=%JAVA_HOME%/bin;%CLASSPATH%
set PATH=%JAVA_HOME%/bin;%JRE_HOME%/bin;%PATH%
Ingmar Ravudd wrote:
>
> I have tried to click on installation file and I have tried to write "java
> -jar squirrel-sql-3.2.1-install.jar" in Administrator: Comand Prompt and
> get the same error.
> When Overall installation progress: is ready i click "Next" button and I
> get following Exception and the only way out is Quit the installation.
>
> I have tried to install witout DB2 plugin but it still fails. It work well
> on my Windoes XP machine.
>
> Do I need to have a %JAVA_HOME% in my Enviroment Setting?
>
> Error log:
> C:\Arkiv\DB2>java -jar squirrel-sql-3.2.1-install.jar
> could not create shortcut instance
> java.lang.Exception: error loading library
> java.lang.Exception: can't locate library
> at
> com.izforge.izpack.util.Librarian.loadArchSpecificLibrary(Unknown Source)
> at com.izforge.izpack.util.Librarian.loadLibrary(Unknown Source)
> at com.izforge.izpack.util.os.ShellLink.initialize(Unknown Source)
> at com.izforge.izpack.util.os.ShellLink.<init>(Unknown Source)
> at com.izforge.izpack.util.os.Win_Shortcut.initialize(Unknown
> Source)
> at com.izforge.izpack.panels.ShortcutPanel.panelActivate(Unknown
> Source)
>
> at com.izforge.izpack.installer.InstallerFrame.switchPanel(Unknown
> Source)
> at
> com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source)
> at
> com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source)
> at
> com.izforge.izpack.installer.InstallerFrame$NavigationHandler.actionPerformed(Unknown
> Source)
> at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
> at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
> Source)
> at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
> Source)
> at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
> at
> javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
> at java.awt.Component.processMouseEvent(Unknown Source)
> at javax.swing.JComponent.processMouseEvent(Unknown Source)
> at java.awt.Component.processEvent(Unknown Source)
> at java.awt.Container.processEvent(Unknown Source)
> at java.awt.Component.dispatchEventImpl(Unknown Source)
> at java.awt.Container.dispatchEventImpl(Unknown Source)
> at java.awt.Component.dispatchEvent(Unknown Source)
> at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
> Source)
> at java.awt.LightweightDispatcher.processMouseEvent(Unknown
> Source)
> at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
> at java.awt.Container.dispatchEventImpl(Unknown Source)
> at java.awt.Window.dispatchEventImpl(Unknown Source)
> at java.awt.Component.dispatchEvent(Unknown Source)
> at java.awt.EventQueue.dispatchEvent(Unknown Source)
> 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)
> java.lang.NullPointerException
> at
> com.izforge.izpack.util.os.Win_Shortcut.getProgramsFolder(Unknown Source)
> at
> com.izforge.izpack.panels.ShortcutPanel.getProgramsFolder(Unknown Source)
> at com.izforge.izpack.panels.ShortcutPanel.panelActivate(Unknown
> Source)
>
> at com.izforge.izpack.installer.InstallerFrame.switchPanel(Unknown
> Source)
> at
> com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source)
> at
> com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source)
> at
> com.izforge.izpack.installer.InstallerFrame$NavigationHandler.actionPerformed(Unknown
> Source)
> at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
> at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
> Source)
> at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
> Source)
> at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
> at
> javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
> at java.awt.Component.processMouseEvent(Unknown Source)
> at javax.swing.JComponent.processMouseEvent(Unknown Source)
> at java.awt.Component.processEvent(Unknown Source)
> at java.awt.Container.processEvent(Unknown Source)
> at java.awt.Component.dispatchEventImpl(Unknown Source)
> at java.awt.Container.dispatchEventImpl(Unknown Source)
> at java.awt.Component.dispatchEvent(Unknown Source)
> at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
> Source)
> at java.awt.LightweightDispatcher.processMouseEvent(Unknown
> Source)
> at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
> at java.awt.Container.dispatchEventImpl(Unknown Source)
> at java.awt.Window.dispatchEventImpl(Unknown Source)
> at java.awt.Component.dispatchEvent(Unknown Source)
> at java.awt.EventQueue.dispatchEvent(Unknown Source)
> 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)
>
--
View this message in context: http://old.nabble.com/Install-Squirrel-3.2.1-fail-on-Windows-7-64-bit-OS-tp30759507p31513790.html
Sent from the squirrel-sql-users mailing list archive at Nabble.com.
|