| Author |
Message |
| installing problems ubuntu dapper |
|
Posted:
Mon Apr 23, 2007 11:13 am
|
|
|
|
|
am i missing something?
pc1@pc1:~/syndie$ ls
syndie-1.005a.bin.linux32.jar
pc1@pc1:~/syndie$ java -jar syndie-1.005a.bin.linux32.jar
- ERROR -
java.util.zip.ZipException: Deflated stream ends early.
java.util.zip.ZipException: Deflated stream ends early.
at java.util.zip.InflaterInputStream.fill(libgcj.so.7)
at java.util.zip.InflaterInputStream.read(libgcj.so.7)
at java.util.zip.InflaterInputStream.read(libgcj.so.7)
at java.io.FilterInputStream.read(libgcj.so.7)
at java.util.jar.JarFile$EntryInputStream.read(libgcj.so.7)
at java.io.DataInputStream.readByte(libgcj.so.7)
at java.io.ObjectInputStream.readObject(libgcj.so.7)
at java.io.ObjectInputStream.readFields(libgcj.so.7)
at java.io.ObjectInputStream.readObject(libgcj.so.7)
at com.izforge.izpack.installer.InstallerBase.loadInstallData(InstallerBase.java:84)
at com.izforge.izpack.installer.GUIInstaller.<init>(GUIInstaller.java:113)
at java.lang.Class.newInstance(libgcj.so.7)
at com.izforge.izpack.installer.Installer.main(Installer.java:62)
pc1@pc1:~/syndie$ java
Usage: gij [OPTION] ... CLASS [ARGS] ...
to invoke CLASS.main, or
gij -jar [OPTION] ... JARFILE [ARGS] ...
to execute a jar file
Try `gij ##help' for more information.
pc1@pc1:~/syndie$ java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.0 (Ubuntu 4.1.0-1ubuntu8)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
i did a google for the error but no luck
pc1@pc1:~/syndie$ |
|
|
|

|
|
Posted:
Mon Apr 23, 2007 4:11 pm
|
|
|
|
|
Looks like your jar file is corrupt. Try downloading it again.
Also, I don't know if gcj and syndie are compatible. |
|
|
|

|
|
Posted:
Mon Sep 03, 2007 4:22 am
|
|
|
|
|
| I have the same problem. Has anyone managed to install syndie on an ubuntu box? I'm not too good with linux yet.... help!! |
|
|
|

|
|
Posted:
Tue Sep 04, 2007 2:46 pm
|
|
|
|
|
| theoutsider wrote: | | I have the same problem. Has anyone managed to install syndie on an ubuntu box? I'm not too good with linux yet.... help!! |
Have you tried redownloading the jar file? If that doesn't help, try extracting all files in the jar archive (it's a simple zip archive) and recompressing it. Maybe that helps. |
|
|
|

|
|