Versions Compared

Key

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

...

This article has the following structure:

Adjustments required in Geronimo

ToDo

ToDo

Adjustments required in Harmony

Turning on suncompat module

General notes

Using DRLVM

You should use DRLVM (Harmony VM) to run Geronimo.

Harmony also supports IBM J9 VM, but Geronimo doesn't work with it, as Geronimo relies on java.util.concurrent package that requires a proper implementation of 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 the word suncompat and uncomment all three corresponding lines, like this:

...

borderStylesolid

...

missing in IBM J9 VM.

Adjustments required in Geronimo

ToDo

ToDo

Adjustments required in Harmony

ToDo

ToDo