GCJ compiled SWT apps mysteriously rummaging the harddrive
Mark Wielaard
mark@klomp.org
Wed Feb 19 08:12:00 GMT 2003
On Wed, 2003年02月19日 at 08:53, Ãyvind Harboe wrote:
> How about compiling it out altogether? That would reduce the size of the
> "one big executable" as well, presumably.
You can already try this when you configure with --enable-interpreter=no
(Never tried this so I don't know if it would actually result in a much
smaller executable.) But note that this doesn't mean that class files
aren't searched for. They are still searched for but just cannot be
instantiated in that case.
Cheers,
Mark
More information about the Java
mailing list