Does anyone know what is planned to be used for Java support in Firefox on the Pandora? I was doing a bit of research on all of the different free implementations of Java and am still a bit confused.
From what I can tell, the official OpenJDK from Sun does not have support for ARM nor is it easily portable due to quite a bit of assembly code mixed in with the C++ code base. The IcedTea project is a fork of OpenJDK with the goal of making OpenJDK usable using only free software. In addition, a no assembly version of the JVM interpreter (called zero) was created which allows it to be ported to any architecture.
I am mainly interested in Java support for things like Yahoo games, and a few other online board games that I play.
Anyone know any specifics on what will actually be used and how well it should work in terms of compatability and performance compared to the official Sun JVM?
From what I can tell, the official OpenJDK from Sun does not have support for ARM nor is it easily portable due to quite a bit of assembly code mixed in with the C++ code base. The IcedTea project is a fork of OpenJDK with the goal of making OpenJDK usable using only free software. In addition, a no assembly version of the JVM interpreter (called zero) was created which allows it to be ported to any architecture.
I am mainly interested in Java support for things like Yahoo games, and a few other online board games that I play.
Anyone know any specifics on what will actually be used and how well it should work in terms of compatability and performance compared to the official Sun JVM?