Java Runtime


Could we run dungeon Master Java with this or will it just be too slow?
 
probably too slow. I am not familiar with java but from what I understand, the virtual machine does not replace a complete runtime environment (JVM != JRE)... am I right? Somebody correct me if this is BS.
 
If the java parser is included in the GCC build then you can do as we do on linux and compile to binary (with some limitations) java code. If the processor included the Jet (I think it is called) instructions set then the byte code (most of the byte codes) could be executed by the processor not a JVM.
 
Ah, Jet was the word I was looking for. But AFAIK the java release that`s on the archive is only a JVM right? Is there a proper Java compiler in the works for arm?
 
Back
Top