Nokia upgrades their Series 60 Java VM
Nokia is beefing up their JVM in S60 and having it join the modern error by allowing for dynamic libraries:
Prior to 3rd Ed fp 2, S60 Java had traditional CLDC VM architecture where all API code (class files) were compiled into the virtual machine executable. Now the Java API implementation code is no longer in the VM executable but will be dynamically loaded when needed.
This means that Java apps should start up faster, and we also get access to more features, and we will get more and more over time.
Some will complain saying that “Java is meant to be portable”, but personally, I want to be able to get close to the metal from time to time, so give me the opportunity.
We also see Widgets: The S60 Web Run Time, what is it and how can I use it?.
( via Simon Judge )