This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: GCC 3.4 progress


>>>>> "Ø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


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