This is the mail archive of the java-patches@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: Patch: java.lang.classpath property


Bryce> The java.lang.classpath property isn't being set. This means
Bryce> that the interpreter is not searching the CLASSPATH for class
Bryce> files.

This is fine.

Bryce> +  // FIXME: find libgcj.zip and append its path?

I guess we don't need to do this because the classes in libgcj.zip
have also been compiled.

There might be cases, like static linking, where this isn't really
true.  We could compile in the path to libgcj.zip easily enough.
Thoughts?

Tom

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