Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This article describes the ways and known issues to run Geronimo v2.0.1 using Apache Harmony as a JVM.

ToDo

...

This article has the following structure:

Adjustments required in Geronimo

ToDo

ToDo

Adjustments required in Harmony

Turning on suncompat module

Geronimo uses sun.misc.Unsafe class, that is present in Harmony but is contained in a special optional module, suncompat. To enable that module, open the deploy/jdk/jre/lib/boot/bootclasspath.properties file, search for thw the word suncompat and uncomment all three corresponding lines, like this:

Panel
borderStylesolid

bootclasspath.47=suncompat.jar
bootclasspath.source.47=suncompat-src.jar
bootclasspath.source.packageroot.47=/

ToDo

ToDo