02/12/2010 08:23:53 AM EST
Hi, Andrew! A bit belated comment but... Among GCJ and JC projects, I could mention a JCGO (www.ivmaisoft.com/jcgo) one, a Java source to C translator. Given the sources of the Java program, it translates all the sources at once producing readable platform-independent C code which could further be compiled to a binary executable for the targeted platform. The produced executable does not contain nor require a Java Virtual Machine to execute, so its resource requirements are smaller than that required by a typical Java VM.
Russia (Russian Federation)Ivan Maidanski