[java] GCJ
Java 1.1 only, and the support for inner classes in Java 1.1 is still experimental.
GJC is the same for all operating systems, BTW, so you will compatible among them all.
Jacob Marner
GJC is the same for all operating systems, BTW, so you will compatible among them all.
Jacob Marner
Jacob Marner, M.Sc.Console Programmer, Deadline Games
December 22, 2000 06:40 AM
Sun''s JDK 2 version 1.3 is available for Windows, Linux and Solaris (for free).
link: http://java.sun.com/j2se/1.3/
link: http://java.sun.com/j2se/1.3/
Ok, sorry for being unclear. Any other compilers that can compile java to c++?
Has anyone had any luck compiling GCJ under cygwin (Windows, obviously)?
I''ve tried a couple of times, but can''t manage to compile libgcj successfully.
Any ideas?
I''ve tried a couple of times, but can''t manage to compile libgcj successfully.
Any ideas?
quote: Original post by moregames
Ok, sorry for being unclear. Any other compilers that can compile java to c++?
GJC does *NOT* compile to C++. It compiles to the same intermediary language that GCC compiles to and the GCC backend then compiles that to machine code. Java is never compiled to C++.
Several compiler exist that compile Java to machine code:
Webgain Visual Cafe 4.0 (Expert Edition or larger only JDK 1.2)
IBM Visual Age for Java (Enterprise Edition only JDK 1.1)
TowerJ (but TowerJ has no AWT/Swing support JDK 1.2)
Jacob Marner
Jacob Marner, M.Sc.Console Programmer, Deadline Games
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement