Re: Parsing a file within a jar file

2007-07-01 Thread yitzle
On 6/27/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 6/27/07, Ken Foskey <[EMAIL PROTECTED]> wrote: > On Wed, 2007-06-27 at 08:11 -0500, Daniel W. Hurn wrote: > > Does anyone have any suggestion on how to examine/parse a file within a > > jar file? > > jar is a java file and I think it is simply

Re: Parsing a file within a jar file

2007-06-27 Thread Laxminarayan G Kamath A
On Wed, 27 Jun 2007 08:11:12 -0500, "Daniel W. Hurn" <[EMAIL PROTECTED]> wrote: > Does anyone have any suggestion on how to examine/parse a file within > a jar file? If you are doing something with regard to java itself , then there might even be some readymade modules already in CPAN. I found a

Re: Parsing a file within a jar file

2007-06-27 Thread Chas Owens
On 6/27/07, Ken Foskey <[EMAIL PROTECTED]> wrote: On Wed, 2007-06-27 at 08:11 -0500, Daniel W. Hurn wrote: > Does anyone have any suggestion on how to examine/parse a file within a > jar file? jar is a java file and I think it is simply a zipped file. snip I can confirm that all three levels o

Re: Parsing a file within a jar file

2007-06-27 Thread Ken Foskey
On Wed, 2007-06-27 at 08:11 -0500, Daniel W. Hurn wrote: > Does anyone have any suggestion on how to examine/parse a file within a > jar file? jar is a java file and I think it is simply a zipped file. -- Ken Foskey FOSS developer -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Parsing a file within a jar file

2007-06-27 Thread Daniel W. Hurn
Does anyone have any suggestion on how to examine/parse a file within a jar file? -- Dan