This is what .NET does. There was never an interpreter for any managed
code.
Steve
On 2013-11-07 2:54 PM, Stefan Fuchs wrote:
Hi,
well if I understand it correctly, ART is just an Ahead of Time
compiler like robovm. Therefore we can only hope, that they
open-source it, so that we can use it on iOS :).
See the German article on heise:
http://www.heise.de/newsticker/meldung/Dalvik-Nachfolger-Google-laedt-zum-Testen-der-neuen-Android-Runtime-ein-2041644.html
Best regards,
Stefan
Hi,
after we reached the goal to use JavaFX on Android via Dalvik, Google
announces the successor of Dalvik, called ART (Android Runtime). The
start to move because of the legal issues with Java and Oracle….
http://source.android.com/devices/tech/dalvik/art.html
The question is now: How to use JFX on Android on top of ART? As I
posted in my blog.software4java.com, we need a own JVM to embed in
Android apps.
Best regards,
Tobi