I am looking for a Java compiler which can generate
native machine code. I found:
Excelcisor: Needs 128 MB RAM and I don't have this
GNU GCJ : I think it doesn't work on Windows 98
And do you know a "translator" which can translate
Java code to C or C++?
Because if I cannot find a "native code compiler" I
should convert Java source file or class file to
C/C++.