RE: .zip files and solaris

2001-04-23 Thread Marcel Schutte

Well now, Joseph, this time you didn't notice the irony. Perhaps I should
have added a ;) . What I meant is that Angshuman Dasgupta could learn
something from this mailing list.

Marcel

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph B.
> Ottinger
> Sent: Monday, April 23, 2001 11:53 AM
> To: Orion-Interest
> Subject: Re: .zip files and solaris
>
>
> ..except he (or she!) is wrong; jar xf myzipfile.zip works
> FINE, although it
> doesn't preserve time stamps. :) Try it and see!
>
> On Sat, Apr 21, 2001 at 09:30:37PM +0200, Marcel Schutte wrote:
> > That's the beauty of newsgroups and mailing lists: you can
> actually learn
> > something from them.
> >
> > Marcel
> >
> > - Original Message -
> > From: "Angshuman Dasgupta" <[EMAIL PROTECTED]>
> > To: "Orion-Interest" <[EMAIL PROTECTED]>
> > Sent: Saturday, April 21, 2001 8:32 PM
> > Subject: RE: .zip files and solaris
> >
> >
> > > That'll NEVER work for a zip
> > >
> > >
> > > -Original Message-
> > > From: Tim Endres [mailto:[EMAIL PROTECTED]]
> > > Sent: Saturday, April 21, 2001 10:17 PM
> > > To: Orion-Interest
> > > Cc: Kemp Randy
> > > Subject: Re: .zip files and solaris
> > >
> > >
> > > jar xvf file.jar
> > >
> > >
> > > > In development, I work with Orion on both Solaris and
> > > > Windows 2000.  But there must be an easier way of
> > > > dealing with Orion and Jboss zip files.  I use winzip
> > > > to unzip them in Windows, and FTP the unzipped version
> > > > to Solaris.  Is there any third party software to
> > > > unzip a zip file on solaris?  Tar and tar.gz are easy.
> > > >  What does everyone use for Orion on solaris?  I
> > > > haven't addressed this question to my Unix
> > > > administration folks yet, and I thought I would try
> > > > here first.
> > > >
> > > > __
> > > > Do You Yahoo!?
> > > > Yahoo! Auctions - buy the things you want at great prices
> > > > http://auctions.yahoo.com/
> > > >
> > >
> > >
> >
> >
>
> --
> ---
> Joseph B. Ottinger   [EMAIL PROTECTED]
> http://epesh.com/ IT Consultant
>





Re: .zip files and solaris

2001-04-23 Thread Johan Fredriksson

On the other hand it works the other way around...

Use jar to compress and ftp that, jar to uncompress... It's really not the
filesize that is a problem, but the amount of files.
- Original Message -
From: "Angshuman Dasgupta" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 8:32 PM
Subject: RE: .zip files and solaris


> That'll NEVER work for a zip
>
>
> -Original Message-
> From: Tim Endres [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, April 21, 2001 10:17 PM
> To: Orion-Interest
> Cc: Kemp Randy
> Subject: Re: .zip files and solaris
>
>
> jar xvf file.jar
>
>
> > In development, I work with Orion on both Solaris and
> > Windows 2000.  But there must be an easier way of
> > dealing with Orion and Jboss zip files.  I use winzip
> > to unzip them in Windows, and FTP the unzipped version
> > to Solaris.  Is there any third party software to
> > unzip a zip file on solaris?  Tar and tar.gz are easy.
> >  What does everyone use for Orion on solaris?  I
> > haven't addressed this question to my Unix
> > administration folks yet, and I thought I would try
> > here first.
> >
> > __
> > Do You Yahoo!?
> > Yahoo! Auctions - buy the things you want at great prices
> > http://auctions.yahoo.com/
> >
>





Re: .zip files and solaris

2001-04-23 Thread Johan Fredriksson

Yes there is, but I'm not sure of the name of it...

I used to zip the app in the prev project I was working on, and gunzipped it
on the production server running solaris.

Regrettably I cannot remember the version of gunzip, but I'll try to find
out during the day.


Johan


- Original Message -
From: "Kemp Randy" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 4:30 PM
Subject: .zip files and solaris


> In development, I work with Orion on both Solaris and
> Windows 2000.  But there must be an easier way of
> dealing with Orion and Jboss zip files.  I use winzip
> to unzip them in Windows, and FTP the unzipped version
> to Solaris.  Is there any third party software to
> unzip a zip file on solaris?  Tar and tar.gz are easy.
>  What does everyone use for Orion on solaris?  I
> haven't addressed this question to my Unix
> administration folks yet, and I thought I would try
> here first.
>
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/





Re: .zip files and solaris

2001-04-23 Thread Joseph B. Ottinger

..except he (or she!) is wrong; jar xf myzipfile.zip works FINE, although it
doesn't preserve time stamps. :) Try it and see!

On Sat, Apr 21, 2001 at 09:30:37PM +0200, Marcel Schutte wrote:
> That's the beauty of newsgroups and mailing lists: you can actually learn
> something from them.
> 
> Marcel
> 
> - Original Message -
> From: "Angshuman Dasgupta" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Saturday, April 21, 2001 8:32 PM
> Subject: RE: .zip files and solaris
> 
> 
> > That'll NEVER work for a zip
> >
> >
> > -Original Message-
> > From: Tim Endres [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, April 21, 2001 10:17 PM
> > To: Orion-Interest
> > Cc: Kemp Randy
> > Subject: Re: .zip files and solaris
> >
> >
> > jar xvf file.jar
> >
> >
> > > In development, I work with Orion on both Solaris and
> > > Windows 2000.  But there must be an easier way of
> > > dealing with Orion and Jboss zip files.  I use winzip
> > > to unzip them in Windows, and FTP the unzipped version
> > > to Solaris.  Is there any third party software to
> > > unzip a zip file on solaris?  Tar and tar.gz are easy.
> > >  What does everyone use for Orion on solaris?  I
> > > haven't addressed this question to my Unix
> > > administration folks yet, and I thought I would try
> > > here first.
> > >
> > > __
> > > Do You Yahoo!?
> > > Yahoo! Auctions - buy the things you want at great prices
> > > http://auctions.yahoo.com/
> > >
> >
> >
> 
> 

-- 
---
Joseph B. Ottinger   [EMAIL PROTECTED]
http://epesh.com/ IT Consultant




Re: .zip files and solaris

2001-04-23 Thread Joseph B. Ottinger

On Sun, Apr 22, 2001 at 08:32:54AM -0400, Kemp Randy-W18971 wrote:
>  And what, par say, is revevant to the list?  This list gets everyone from
> EJB beginners to people who build EJB servers.  My philosophy is always
> this.  If a beginner asks a question, and I can answer it and get them into
> the J2EE fold, then I am all for it.  If an expert has a question, and I can

So now whats-his'name is in the J2EE fold just because they can use jar on
zip files?

> learn from it, so much the better.  And no, I am not a dumb person, but if a
> person can give me an answer in one minute, is it a waste of time?  For the
> record, I have friends who are PhDs from Oxford, Stanford, and the
> University of Chicago, and I also have friends who work in factories.  I
> treat all alike and no question is ever dumb or irrelavent.

I can think of a few. Spend some time on JSP-Interest - the signal-to-noise
ratio is hilarious, to the point where a lot of clueful people will state
that they don't pay any attention to the list due to irrelevancy. :)

> -Original Message-
> From: Hani Suleiman
> To: Orion-Interest
> Sent: 4/21/01 4:35 PM
> Subject: RE: .zip files and solaris
> 
> Yes, surprise surprise, there are in fact ways of unpacking zipfiles on
> Solaris. Who would have guessed. Whatever next, being able to unpack
> them
> on linux, or evenWindows?! Such craziness. I wonder what innovations
> we'll have NEXT year!
> 
> How about people think for a second before posting:
> 
> 'does what I am about to send to ORION-INTEREST have anything to do with
> ORION?'
> 
> Just a remind (yes, this is non-orion-interest specific, but will help
> us
> all live much happier lives), before you post to any technical mailing
> list, so the following:
> 
> 1) Determine if the problem is relevant to the list
> 2) Check the mailing list archive
> 3) Check google
> 4) Reconsider
> 5) Post
> 
> On Sat, 21 Apr 2001, Tim Endres wrote:
> 
> > Check your facts.
> > Under Linux with JDK1.3.1rc1:
> > 
> > time> jar tvf kp-051299.zip
> >  0 Wed May 12 10:03:52 EDT 1999 exception/
> >   1956 Tue May 11 12:23:32 EDT 1999 exception/codebase.dat
> >   5310 Fri May 07 16:11:46 EDT 1999 exception/exception.vjp
> >   3609 Mon Feb 01 10:22:42 EST 1999
> exception/KPCareTeamAddrNotFoundException.java
> >   2628 Mon Nov 23 13:20:52 EST 1998
> exception/KPClassNotInitializedException.java
> >   3458 Tue Apr 06 15:51:56 EDT 1999 exception/KPGeneralException.java
> >   2583 Sat Jan 30 13:32:36 EST 1999
> exception/KPInstantiationException.java
> >   ...
> > 
> > So it works for me.
> > tim.
> > 
> > > That'll NEVER work for a zip
> > > 
> > > 
> > > -Original Message-
> > > From: Tim Endres [mailto:[EMAIL PROTECTED]]
> > > Sent: Saturday, April 21, 2001 10:17 PM
> > > To: Orion-Interest
> > > Cc: Kemp Randy
> > > Subject: Re: .zip files and solaris
> > > 
> > > 
> > > jar xvf file.jar
> > > 
> > > 
> > > > In development, I work with Orion on both Solaris and
> > > > Windows 2000.  But there must be an easier way of
> > > > dealing with Orion and Jboss zip files.  I use winzip
> > > > to unzip them in Windows, and FTP the unzipped version
> > > > to Solaris.  Is there any third party software to
> > > > unzip a zip file on solaris?  Tar and tar.gz are easy.
> > > >  What does everyone use for Orion on solaris?  I
> > > > haven't addressed this question to my Unix
> > > > administration folks yet, and I thought I would try
> > > > here first.
> > > > 
> > > > __
> > > > Do You Yahoo!?
> > > > Yahoo! Auctions - buy the things you want at great prices
> > > > http://auctions.yahoo.com/
> > > > 
> > > 
> > > 
> > 
> > 
> > 
> 

-- 
---
Joseph B. Ottinger   [EMAIL PROTECTED]
http://epesh.com/ IT Consultant




Re: .zip files and solaris

2001-04-23 Thread Joseph B. Ottinger

You can find unzip for Solaris; check ftp://sunsite.unc.edu/pub/solaris/freeware,
if I remember the path correctly. If you can't find it there, look for
"unzip" at freshmeat.net and build it.


On Sat, Apr 21, 2001 at 07:30:56AM -0700, Kemp Randy wrote:
> In development, I work with Orion on both Solaris and
> Windows 2000.  But there must be an easier way of
> dealing with Orion and Jboss zip files.  I use winzip
> to unzip them in Windows, and FTP the unzipped version
> to Solaris.  Is there any third party software to
> unzip a zip file on solaris?  Tar and tar.gz are easy.
>  What does everyone use for Orion on solaris?  I
> haven't addressed this question to my Unix
> administration folks yet, and I thought I would try
> here first.
> 
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/

-- 
---
Joseph B. Ottinger   [EMAIL PROTECTED]
http://epesh.com/ IT Consultant




RE: .zip files and solaris

2001-04-22 Thread Kemp Randy-W18971

 And what, par say, is revevant to the list?  This list gets everyone from
EJB beginners to people who build EJB servers.  My philosophy is always
this.  If a beginner asks a question, and I can answer it and get them into
the J2EE fold, then I am all for it.  If an expert has a question, and I can
learn from it, so much the better.  And no, I am not a dumb person, but if a
person can give me an answer in one minute, is it a waste of time?  For the
record, I have friends who are PhDs from Oxford, Stanford, and the
University of Chicago, and I also have friends who work in factories.  I
treat all alike and no question is ever dumb or irrelavent.

-Original Message-
From: Hani Suleiman
To: Orion-Interest
Sent: 4/21/01 4:35 PM
Subject: RE: .zip files and solaris

Yes, surprise surprise, there are in fact ways of unpacking zipfiles on
Solaris. Who would have guessed. Whatever next, being able to unpack
them
on linux, or evenWindows?! Such craziness. I wonder what innovations
we'll have NEXT year!

How about people think for a second before posting:

'does what I am about to send to ORION-INTEREST have anything to do with
ORION?'

Just a remind (yes, this is non-orion-interest specific, but will help
us
all live much happier lives), before you post to any technical mailing
list, so the following:

1) Determine if the problem is relevant to the list
2) Check the mailing list archive
3) Check google
4) Reconsider
5) Post

On Sat, 21 Apr 2001, Tim Endres wrote:

> Check your facts.
> Under Linux with JDK1.3.1rc1:
> 
> time> jar tvf kp-051299.zip
>  0 Wed May 12 10:03:52 EDT 1999 exception/
>   1956 Tue May 11 12:23:32 EDT 1999 exception/codebase.dat
>   5310 Fri May 07 16:11:46 EDT 1999 exception/exception.vjp
>   3609 Mon Feb 01 10:22:42 EST 1999
exception/KPCareTeamAddrNotFoundException.java
>   2628 Mon Nov 23 13:20:52 EST 1998
exception/KPClassNotInitializedException.java
>   3458 Tue Apr 06 15:51:56 EDT 1999 exception/KPGeneralException.java
>   2583 Sat Jan 30 13:32:36 EST 1999
exception/KPInstantiationException.java
>   ...
> 
> So it works for me.
> tim.
> 
> > That'll NEVER work for a zip
> > 
> > 
> > -Original Message-
> > From: Tim Endres [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, April 21, 2001 10:17 PM
> > To: Orion-Interest
> > Cc: Kemp Randy
> > Subject: Re: .zip files and solaris
> > 
> > 
> > jar xvf file.jar
> > 
> > 
> > > In development, I work with Orion on both Solaris and
> > > Windows 2000.  But there must be an easier way of
> > > dealing with Orion and Jboss zip files.  I use winzip
> > > to unzip them in Windows, and FTP the unzipped version
> > > to Solaris.  Is there any third party software to
> > > unzip a zip file on solaris?  Tar and tar.gz are easy.
> > >  What does everyone use for Orion on solaris?  I
> > > haven't addressed this question to my Unix
> > > administration folks yet, and I thought I would try
> > > here first.
> > > 
> > > __
> > > Do You Yahoo!?
> > > Yahoo! Auctions - buy the things you want at great prices
> > > http://auctions.yahoo.com/
> > > 
> > 
> > 
> 
> 
> 





RE: .zip files and solaris

2001-04-21 Thread Hani Suleiman

Yes, surprise surprise, there are in fact ways of unpacking zipfiles on
Solaris. Who would have guessed. Whatever next, being able to unpack them
on linux, or evenWindows?! Such craziness. I wonder what innovations
we'll have NEXT year!

How about people think for a second before posting:

'does what I am about to send to ORION-INTEREST have anything to do with
ORION?'

Just a remind (yes, this is non-orion-interest specific, but will help us
all live much happier lives), before you post to any technical mailing
list, so the following:

1) Determine if the problem is relevant to the list
2) Check the mailing list archive
3) Check google
4) Reconsider
5) Post

On Sat, 21 Apr 2001, Tim Endres wrote:

> Check your facts.
> Under Linux with JDK1.3.1rc1:
> 
> time> jar tvf kp-051299.zip
>  0 Wed May 12 10:03:52 EDT 1999 exception/
>   1956 Tue May 11 12:23:32 EDT 1999 exception/codebase.dat
>   5310 Fri May 07 16:11:46 EDT 1999 exception/exception.vjp
>   3609 Mon Feb 01 10:22:42 EST 1999 exception/KPCareTeamAddrNotFoundException.java
>   2628 Mon Nov 23 13:20:52 EST 1998 exception/KPClassNotInitializedException.java
>   3458 Tue Apr 06 15:51:56 EDT 1999 exception/KPGeneralException.java
>   2583 Sat Jan 30 13:32:36 EST 1999 exception/KPInstantiationException.java
>   ...
> 
> So it works for me.
> tim.
> 
> > That'll NEVER work for a zip
> > 
> > 
> > -Original Message-
> > From: Tim Endres [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, April 21, 2001 10:17 PM
> > To: Orion-Interest
> > Cc: Kemp Randy
> > Subject: Re: .zip files and solaris
> > 
> > 
> > jar xvf file.jar
> > 
> > 
> > > In development, I work with Orion on both Solaris and
> > > Windows 2000.  But there must be an easier way of
> > > dealing with Orion and Jboss zip files.  I use winzip
> > > to unzip them in Windows, and FTP the unzipped version
> > > to Solaris.  Is there any third party software to
> > > unzip a zip file on solaris?  Tar and tar.gz are easy.
> > >  What does everyone use for Orion on solaris?  I
> > > haven't addressed this question to my Unix
> > > administration folks yet, and I thought I would try
> > > here first.
> > > 
> > > __
> > > Do You Yahoo!?
> > > Yahoo! Auctions - buy the things you want at great prices
> > > http://auctions.yahoo.com/
> > > 
> > 
> > 
> 
> 
> 





RE: .zip files and solaris

2001-04-21 Thread Tim Endres

Check your facts.
Under Linux with JDK1.3.1rc1:

time> jar tvf kp-051299.zip
 0 Wed May 12 10:03:52 EDT 1999 exception/
  1956 Tue May 11 12:23:32 EDT 1999 exception/codebase.dat
  5310 Fri May 07 16:11:46 EDT 1999 exception/exception.vjp
  3609 Mon Feb 01 10:22:42 EST 1999 exception/KPCareTeamAddrNotFoundException.java
  2628 Mon Nov 23 13:20:52 EST 1998 exception/KPClassNotInitializedException.java
  3458 Tue Apr 06 15:51:56 EDT 1999 exception/KPGeneralException.java
  2583 Sat Jan 30 13:32:36 EST 1999 exception/KPInstantiationException.java
  ...

So it works for me.
tim.

> That'll NEVER work for a zip
> 
> 
> -Original Message-
> From: Tim Endres [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, April 21, 2001 10:17 PM
> To: Orion-Interest
> Cc: Kemp Randy
> Subject: Re: .zip files and solaris
> 
> 
> jar xvf file.jar
> 
> 
> > In development, I work with Orion on both Solaris and
> > Windows 2000.  But there must be an easier way of
> > dealing with Orion and Jboss zip files.  I use winzip
> > to unzip them in Windows, and FTP the unzipped version
> > to Solaris.  Is there any third party software to
> > unzip a zip file on solaris?  Tar and tar.gz are easy.
> >  What does everyone use for Orion on solaris?  I
> > haven't addressed this question to my Unix
> > administration folks yet, and I thought I would try
> > here first.
> > 
> > __
> > Do You Yahoo!?
> > Yahoo! Auctions - buy the things you want at great prices
> > http://auctions.yahoo.com/
> > 
> 
> 





Re: .zip files and solaris

2001-04-21 Thread Marcel Schutte

That's the beauty of newsgroups and mailing lists: you can actually learn
something from them.

Marcel

- Original Message -
From: "Angshuman Dasgupta" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 8:32 PM
Subject: RE: .zip files and solaris


> That'll NEVER work for a zip
>
>
> -Original Message-
> From: Tim Endres [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, April 21, 2001 10:17 PM
> To: Orion-Interest
> Cc: Kemp Randy
> Subject: Re: .zip files and solaris
>
>
> jar xvf file.jar
>
>
> > In development, I work with Orion on both Solaris and
> > Windows 2000.  But there must be an easier way of
> > dealing with Orion and Jboss zip files.  I use winzip
> > to unzip them in Windows, and FTP the unzipped version
> > to Solaris.  Is there any third party software to
> > unzip a zip file on solaris?  Tar and tar.gz are easy.
> >  What does everyone use for Orion on solaris?  I
> > haven't addressed this question to my Unix
> > administration folks yet, and I thought I would try
> > here first.
> >
> > __
> > Do You Yahoo!?
> > Yahoo! Auctions - buy the things you want at great prices
> > http://auctions.yahoo.com/
> >
>
>






RE: .zip files and solaris

2001-04-21 Thread Angshuman Dasgupta

That'll NEVER work for a zip


-Original Message-
From: Tim Endres [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 21, 2001 10:17 PM
To: Orion-Interest
Cc: Kemp Randy
Subject: Re: .zip files and solaris


jar xvf file.jar


> In development, I work with Orion on both Solaris and
> Windows 2000.  But there must be an easier way of
> dealing with Orion and Jboss zip files.  I use winzip
> to unzip them in Windows, and FTP the unzipped version
> to Solaris.  Is there any third party software to
> unzip a zip file on solaris?  Tar and tar.gz are easy.
>  What does everyone use for Orion on solaris?  I
> haven't addressed this question to my Unix
> administration folks yet, and I thought I would try
> here first.
> 
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> 





AW: .zip files and solaris

2001-04-21 Thread Joerg Weishaupt

Hi,

a program named 'unzip' is included with Solaris 7 and 8.
If you don't find it, you can download it from:
http://sunfreeware.com

Joerg


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Im Auftrag von Kemp Randy
Gesendet: Samstag, 21. April 2001 16:31
An: Orion-Interest
Betreff: .zip files and solaris


In development, I work with Orion on both Solaris and
Windows 2000.  But there must be an easier way of
dealing with Orion and Jboss zip files.  I use winzip
to unzip them in Windows, and FTP the unzipped version
to Solaris.  Is there any third party software to
unzip a zip file on solaris?  Tar and tar.gz are easy.
 What does everyone use for Orion on solaris?  I
haven't addressed this question to my Unix
administration folks yet, and I thought I would try
here first.

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/





Re: .zip files and solaris

2001-04-21 Thread Joshua Goodall


On Sat, 21 Apr 2001, Kemp Randy wrote:

> In development, I work with Orion on both Solaris and
> Windows 2000.  But there must be an easier way of
> dealing with Orion and Jboss zip files.  I use winzip
> to unzip them in Windows, and FTP the unzipped version
> to Solaris.  Is there any third party software to
> unzip a zip file on solaris?  Tar and tar.gz are easy.

You can use jar. It speaks zip!

Failing that, info-zip is your friend (www.info-zip.org, IIRC).

Finally, look through www.sunfreeware.com for pre-compiled packages of
much useful code, amongst which you will find unzip-5.40 (although it says
that unzip is included in Solaris 8)

- j






RE: .zip files and solaris

2001-04-21 Thread Michael J. Cannon

RE:  windows .zip files on Solaris...

had to ask my devs, as its been so long...for solaris on the
FreeSolarisSoftware site, there is a tool called info zip (used in BSD, too)
also, here's a link from a Solaris maillist:

http://aa11.cjb.net/sun_managers/2000/01/msg00339.html

HIH
dedmike

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp Randy
> Sent: Saturday, April 21, 2001 9:31 AM
> To: Orion-Interest
> Subject: .zip files and solaris
>
>
> In development, I work with Orion on both Solaris and
> Windows 2000.  But there must be an easier way of
> dealing with Orion and Jboss zip files.  I use winzip
> to unzip them in Windows, and FTP the unzipped version
> to Solaris.  Is there any third party software to
> unzip a zip file on solaris?  Tar and tar.gz are easy.
>  What does everyone use for Orion on solaris?  I
> haven't addressed this question to my Unix
> administration folks yet, and I thought I would try
> here first.
>
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>





RE: .zip files and solaris

2001-04-21 Thread Angshuman Dasgupta

go to www.sunfreeware.com

There are solaris packages for  zip and unzip (and lots of other useful
things, like bash)

-Original Message-
From: Kemp Randy [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 21, 2001 8:01 PM
To: Orion-Interest
Subject: .zip files and solaris


In development, I work with Orion on both Solaris and
Windows 2000.  But there must be an easier way of
dealing with Orion and Jboss zip files.  I use winzip
to unzip them in Windows, and FTP the unzipped version
to Solaris.  Is there any third party software to
unzip a zip file on solaris?  Tar and tar.gz are easy.
 What does everyone use for Orion on solaris?  I
haven't addressed this question to my Unix
administration folks yet, and I thought I would try
here first.

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




RE: .zip files and solaris

2001-04-21 Thread Larry Velez
Title: RE: .zip files and solaris






Here is a Solaris zip package: zip-2.2-sol8-sparc-local.gz


http://sunfreeware.com/programlistsparc8.html#unzip


note on this site: Note that the zlib files are included in Solaris 8 and therefore you should try them first before you install this package. 


-Original Message-
From: Kemp Randy [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 21, 2001 10:31 AM
To: Orion-Interest
Subject: .zip files and solaris



In development, I work with Orion on both Solaris and
Windows 2000.  But there must be an easier way of
dealing with Orion and Jboss zip files.  I use winzip
to unzip them in Windows, and FTP the unzipped version
to Solaris.  Is there any third party software to
unzip a zip file on solaris?  Tar and tar.gz are easy.
 What does everyone use for Orion on solaris?  I
haven't addressed this question to my Unix
administration folks yet, and I thought I would try
here first.


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/





Re: .zip files and solaris

2001-04-21 Thread Tim Endres

jar xvf file.jar


> In development, I work with Orion on both Solaris and
> Windows 2000.  But there must be an easier way of
> dealing with Orion and Jboss zip files.  I use winzip
> to unzip them in Windows, and FTP the unzipped version
> to Solaris.  Is there any third party software to
> unzip a zip file on solaris?  Tar and tar.gz are easy.
>  What does everyone use for Orion on solaris?  I
> haven't addressed this question to my Unix
> administration folks yet, and I thought I would try
> here first.
> 
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> 





.zip files and solaris

2001-04-21 Thread Kemp Randy

In development, I work with Orion on both Solaris and
Windows 2000.  But there must be an easier way of
dealing with Orion and Jboss zip files.  I use winzip
to unzip them in Windows, and FTP the unzipped version
to Solaris.  Is there any third party software to
unzip a zip file on solaris?  Tar and tar.gz are easy.
 What does everyone use for Orion on solaris?  I
haven't addressed this question to my Unix
administration folks yet, and I thought I would try
here first.

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/