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