> (And > unreadable, portable C doesn't really have any advantages over Java > bytecode.) Oh yes, it has. You can use it to compile Java to archs not supported by GCC. There is far more C compiler out there then Java compiler, especially in the embedded area. Cedric