GCJ compiled SWT apps mysteriously rummaging the harddrive
Øyvind Harboe
oyvind.harboe@zylin.com
Wed Feb 19 07:59:00 GMT 2003
> 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.
More information about the Java
mailing list