This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: ClassLoader


Geoff Berry <gcb@gnu.org> writes:

> Why not just use File.createTempFile and let the implementation deal
> with having a file-system or not?

Duh!  I didn't think of looking in the jdk1.2 docs for something like
this.  This is not implemented in libgcj so I didn't see it, but I
will do that right away.  I suspect there will be portability
problems, but I'll try to do something, at least.  Maybe I canb check
out how gcc makes temporary files?

Also ZipFile's still don't work.  That'll give me something to do on
my upcoming 11-hour flight.  Now I've implemented all the
URLClassLoader stuff, including resource loading, now we just need
this bastard to make things complete.

It would be nice to have the path to libgcj.zip as a system resource.
I don't know what is the right way to do that right the makefiles stuff.
Maybe someone can do that for me?  Anthony?

BTW, I'm having problems building libgcj with the current egcs
snapshot (i586-pc-linux-gnu), jc1 dies with an internal error on a
clean build when compiling DataInput.java.  Now I'm recompiling 2.95
just to make 100% sure that it is a new problem.  Anyone else seen
this?

Ciao,

-- Kresten

 Kresten Krab Thorup, Ph.D. Candidate
 c/o Yonezawa Laboratory
 Department of Information Science   
 The University of Tokyo             
 7-3-1 Hongo, Bunkyo-ku, Tokyo 113 Japan
 Fax: +81-(0)3-5689-4365	 
 Phone: +81-(0)3-5841-4118
 Mobile: +81-(0)90-3693-5715

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