This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [3.3] classloader failure


On 17 Mar 2003, Mark Wielaard wrote:
> Could you check that if you repackage the jar/zip files without the
> extended time stamp the failure goes away.

Well, strace says the last file opened before crashing was:

open("/opt/oracle/jdbc/lib/classes12.zip", O_RDONLY) = 18

which is an interesting clue.  Chances are this archive was created
with /usr/bin/zip and not jar.

I didn't try to rebuild classes12.zip with jar.

> Or could you comment out the
> setTime() call in ZipEntry.setExtra(byte[]) to check that that works.

It does, thanks.

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]