RE: [JBoss-user] problem with uncompressing of JBoss on Linux

2001-04-30 Thread Michael Bilow
The gunzip utility (usually actually implemented as a symlink) is the decompressor for gzip. Although the compression schemes used by gzip/gunzip and zip/unzip are compatible, the file formats are not. The standard portable freeware unzip/zip tools from the Info-ZIP project can be built on

RE: [JBoss-user] problem with uncompressing of JBoss on Linux

2001-04-29 Thread Scott Warren
Title: RE: [JBoss-user] problem with uncompressing of JBoss on Linux just a hunch - I am not a linux user. Try using the Jar util. HTH Regards Scott Warren Lead Internet Technologies Developer - Phone: +61 3

RE: [JBoss-user] problem with uncompressing of JBoss on Linux

2001-04-28 Thread Micky I. Mimo
type rpm -q unzip and see if you get an rpm file returned. If not, you need to down load an rpm for unzip and install it. Michael Mimo Systems Specialist Voice: 781-457-1317 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of jquest

RE: [JBoss-user] problem with uncompressing of JBoss on Linux

2001-04-28 Thread jquest jquest
Thanks Bojrn, it is working very well. From: Björn Pewe [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] problem with uncompressing of JBoss on Linux Date: Sat, 28 Apr 2001 18:48:23 +0200 Type jar -xvf *.zip Since jar files are in the same format