Is it possible to just write a Java program without using the Runtime behind it?
I.E. compile it straight to Machine Code like you would a C++ program?
Java without runtime?
Started by ASCENT, Dec 20 2007 01:19 AM
3 replies to this topic
#1
Posted 20 December 2007 - 01:19 AM
|
|
|
#3
Posted 20 December 2007 - 09:11 AM
GCC is supposed to have a java compiler, but I haven't played with it.
#4
Posted 21 December 2007 - 07:35 PM
GCJ is what you want. You won't necessarily get the entire class library via it but you will get the language.


Sign In
Create Account

Back to top









