I follow the instruction on http://squirrel-sql.sourceforge.net/index.php?page=faq#faq10 and still get the following error:
c:\>java -jar squirrel-sql-3.4.0-install.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: java.io.WinNTFileSystem.createFileExc
lusively(Ljava/lang/String;Z)Z
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(Unknown Source)
at com.izforge.izpack.installer.GUIInstaller.checkLockFile(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)
What shall I do?
|