Thomas, does this mean that when we start a java program it will be compiled to native code and then run? mike On Sat, 2004-07-03 at 21:25, Thomas Fitzsimmons wrote: > To make use of GCJ's abilities, we're going to create an arch-specific > add-on package for each jpackage that will contain DSOs created from the > jpackage's jars. gij will automatically find and load these DSOs as > part of its class lookup algorithm. This will give us the speed > benefits of native compilation without requiring us to sacrifice > compatibility with more traditional Java environments. > > Tom > >