Re: Is Java free, though?
The problem with the parent statement is the assumption that google used either the Sun/oacle JDk or openJDK in Android. They did'nt - they clean-room developed their own Java virtual machine (called Dalvik) and used the Apache Harmony project for the runtime libraries. Harmony *is not* tied by the Field of Use restriction since it was never certified as a Java implementation (Sun refused to let Apache have the necessary test suite).
