This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: NullPointer + Jars
- To: "Gregory R. Warnes" <warnes at biostat dot washington dot edu>
- Subject: Re: NullPointer + Jars
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Fri, 19 May 2000 16:09:38 +1200
- CC: Jeff Sturm <jsturm at sigma6 dot com>, gcj Discussion List <java-discuss at sourceware dot cygnus dot com>
- References: <Pine.LNX.4.21.0005190342480.20575-100000@hydra.warnes.net>
"Gregory R. Warnes" wrote:
> Eurika! I created an uncompressed jar ("jar -0 -cvf ...") from the raw
> files and now the resource data is correctly read.
>
> And yes, I just searched the archives and the problem with compressed jar
> files has come up a number of times, although usually in the context of
> compiling. This is a real pain because the standard jar tools do compression
> by default so one is unlikeley to find a jar file that is not compressed.
>
> Until it compressed jar files work, this should go into the FAQ.
Compressed .jar files *should* work (for runtime loading), but I have to admit it
doesn't surprise me that they don't. I'll add it to my long list of things to try
and fix ;-)
> JS>> > 2) Why does it run differently under gdb?
I'm seeing this too. This is very strange, and we really need to fix it before the
zip problem can be debugged.
regards
[ bryce ]