This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: About Jvm


On Sat, 14 Dec 2002, 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]