GCJ is Gnu Compiler for Java which can produce native executables from your Java code.
I've been using IBM's J9 to do Java in an embedded Linux/XScale environment, and I've been happy with its performance and footprint. There is support for most of Java 1.3 so it should be possible to run Merlin, but I don't think Swing is supported in J9. There is AWT and maybe SWT support however, and the performance/memory footprint benefits of either of those toolkits over Swing in a constrained environment may make them worth looking at. -Cameron On Thu, 2004-04-22 at 11:06, Niclas Hedhman wrote: > On Thursday 22 April 2004 21:50, [EMAIL PROTECTED] wrote: > > Sorry, > > forgot to ask if anybody has tried to compile Merlin and an > application > > with gcj? > > Some of us (me) are not aware of what GCJ is... > > > Niclas > -- > +---------//-------------------+ > | http://www.bali.ac | > | http://niclas.hedhman.org | > +------//----------------------+ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
