-
Book Overview & Buying
-
Table Of Contents
OpenJDK Cookbook
By :
Another Zero HotSpot alternative for non-JIT supported platforms is JamVM—an extremely small VM, which is the smallest among those supporting the blue book specification (one that was published in the book form) for Java VMs.
We may need a real or emulated ARM device that has Linux and any Java environment installed. We need Java to perform a javac compilation, which is a necessary part of IcedTea building process.
Though JamVM patches may be applied manually, we will use the more simple way:
First, let's clone the source from the repository:
git clone git://git.berlios.de/jamvm
Then we configure it to use OpenJDK as Java runtime libraries:
./autogen.sh –with-java-runtime-library=openjdk
Then we will actually build it from source using the make command:
make && make install
Next, we need to copy libjvm to lib:
cp libjvm.so /usr/local/jamvm/lib.
Then let's copy the OpenJDK contents:
cd /usr/lib/jvm cp -r java-7-openjdk jamvm-openjdk...
Change the font size
Change margin width
Change background colour