GCC 3.4 progress
Tom Tromey
tromey@redhat.com
Fri Nov 28 19:26:00 GMT 2003
>>>>> "Ãyvind" == Ãyvind Harboe <oyvind.harboe@zylin.com> writes:
Ãyvind> Q: Does "current directory" come before resources from .jar
Ãyvind> files in the classpath?
I think it depends on the ordering in your classpath.
Ãyvind> Q: Is "current directory" or the directory in which the .exe
Ãyvind> resides put in the classpath?
If the java.class.path property is not set, then "." is appended to
the contents of the CLASSPATH environment variable (if any). See
natRuntime.cc.
Ãyvind> Q: Java Web Start allows JNI DLLs to be in .jar files. Is there an
Ãyvind> equivalent in GCJ?
Nope. I haven't even looked at Java Web Start. If this is something
we should support, please bugzilla.
Tom
More information about the Java
mailing list