On 2002年12月14日, Jayakrishnan M wrote: > Does the gcc runtime system include a Jvm. Yes. The gcj project includes a Java compiler and runtime. It can create native executables from Java source or bytecode. It can also compile and interpret Java bytecode. Gcj is included with GCC 3.x. More info at http://gcc.gnu.org/java/. Jeff