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

2001-04-29 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 buil

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

2001-04-29 Thread Guy Rouillier
;[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 10:00 PM Subject: RE: [JBoss-user] problem with uncompressing of JBoss on Linux > You don't have gunzip ??? > > Jim > > --On Monday, April 30, 2001 9:46 AM +1000 Scott Warren > <[EMAIL PROTECTED]> wrote: > > >

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

2001-04-29 Thread Jim Archer
You don't have gunzip ??? Jim --On Monday, April 30, 2001 9:46 AM +1000 Scott Warren <[EMAIL PROTECTED]> wrote: > > just a hunch - I am not a linux user. Try using the Jar util. > > HTH > > Regards > > Scott Warren > Lead Internet Technologies Developer > --

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 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

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

2001-04-28 Thread Björn Pewe
Type jar -xvf *.zip Since jar files are in the same format as zip files(just different file ending), you can use the jar tool that comes with the jdk to extract zip files. /Björn -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]För jquest jquest Skickat: den 28

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