This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: GCJ compiled SWT apps mysteriously rummaging the harddrive
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Wed, 19 Feb 2003 08:53:49 +0100
- Subject: RE: GCJ compiled SWT apps mysteriously rummaging the harddrive
> Yes, but I think it would also be a good idea to have an
> option to turn off the interpreter. Especially for the people
> that seem to want to have just one big (humongous) staticly
> linked application it seems to make sense to be able to
> disable both the shared library classloading and the bytecode
> classloading. It is probably as simple as checking a flag or
> system property in natVMClassLoader.findClass() which does
> both shared library classloading and loading the byte code
> through URLClassLoader.
How about compiling it out altogether? That would reduce the size of the
"one big executable" as well, presumably.