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]

GCC 3.4 progress


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



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