Related articles |
---|
Java-byte-code to machine code compiler? pt93jk@student.hk-r.se (Johan Karlsson) (1996-11-14) |
Re: Java-byte-code to machine code compiler? kuznetso@MIT.EDU (1996-11-15) |
Re: Java-byte-code to machine code compiler? alt-x@erinet.com (1996-11-15) |
Re: Java-byte-code to machine code compiler? assar@sics.se (Assar Westerlund) (1996-11-18) |
Re: Java-byte-code to machine code compiler? apalanis@students.uwf.edu (1996-11-18) |
Re: Java-byte-code to machine code compiler? markt@harlequin.co.uk (1996-11-24) |
Re: Java-byte-code to machine code compiler? bvolk@inetworld.net (Bill) (1996-11-24) |
From: | apalanis@students.uwf.edu (Anand Palaniswamy) |
Newsgroups: | comp.compilers |
Date: | 18 Nov 1996 00:34:24 -0500 |
Organization: | Compilers Central |
References: | 96-11-085 96-11-101 |
Keywords: | Java |
bryce <alt-x@erinet.com> writes:
>> Is there anyone who knows if there is any compiler that compile
>> java-byte-code to executable code?
bryce> Microsoft has one in their Java Development Kit. The
bryce> executable is JEXEGEN.EXE.
From what I understand, JEXEGEN just packages the Microsoft Virtual
Machine and the relevant class files (of your application) into a
single executable. The EXE produced, when run, still interprets the
byte codes and classes are loaded from the EXE file.
Anand.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.