This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCC 3.4 progress
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: java at gcc dot gnu dot org
- Date: Wed, 26 Nov 2003 13:14:03 +0100
- Subject: GCC 3.4 progress
- Organization: Zylin AS
With PR 12548 put to bed by Mohan, I was able to try GCC 3.4 against my
"big app" and it passed the smoketests without as much as a compiler
warning!
Go team! :-)
I espcially like the the new feature that GCC compiles the resources
inside a .jar and makes them available in the classpath.
With this in place I can *almost* make my app a single executable
without any dependencies.
A couple of questions now come to mind:
Q: Does "current directory" come before resources from .jar files in the
classpath?
Q: Is "current directory" or the directory in which the .exe resides put
in the classpath?
Q: Java Web Start allows JNI DLLs to be in .jar files. Is there an
equivalent in GCJ?
Ãyvind