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


>>>>> "Kresten" == Kresten Krab Thorup <krab@gnu.org> writes:

Kresten> Also ZipFile's still don't work.  That'll give me something
Kresten> to do on my upcoming 11-hour flight.

It would be nice if you made a Mauve test case showing the failing
behavior.

Kresten> It would be nice to have the path to libgcj.zip as a system
Kresten> resource.  I don't know what is the right way to do that
Kresten> right the makefiles stuff.

When you say "system resource" do you mean property?
The code to set java.class.path in natSystem.cc is currently commented
out (and mentions location independence, which probably isn't a real
concern right now).
I think adding a new AC_DEFINE_UNQUOTED to configure.in, and a new
define in acconfig.h, is a reasonable way to go.

Tom

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