January 2015
Intermediate to advanced
298 pages
6h 27m
English
This recipe promises to be quite simple, because the integration of CACAO VM is already a part of IcedTea itself. It will not require any patching or other complicated things.
We may need a real or emulated ARM device, which has Linux and any Java environment installed. We need Java to perform a javac compilation, which is a necessary part of the IcedTea building process.
We will download IcedTea, unpack it, and build it with the specified parameters, that's all.
wget http://icedtea.wildebeest.org/download/source/icedtea-<icedtea_version>.tar.gz
It will download an archive.
Read now
Unlock full access