Jcommon Installation Problems

A discussion forum for the JCommon class library.
Locked
kathekas
Posts: 1
Joined: Sat Dec 15, 2007 7:35 pm

Jcommon Installation Problems

Post by kathekas » Sat Dec 15, 2007 7:42 pm

Hi

I am quite a newbie to this

Tried to install Jcommon using: jar -xvf jcommon-1.0.8.zip

towards the end I got the following problem.

Please can someone assist me ?

java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:216)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
at sun.tools.jar.Main.extractFile(Main.java:714)
at sun.tools.jar.Main.extract(Main.java:677)
at sun.tools.jar.Main.run(Main.java:189)
at sun.tools.jar.Main.main(Main.java:903)

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Jan 04, 2008 4:55 pm

Hmm...presumably this happens at the end. Are the contents of the jcommon-1.0.8 directory usable? Can you compile it using the Ant script?
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked