You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Running Geronimo on Harmony

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 the word suncompat and uncomment all three corresponding lines, like this:

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

ToDo

ToDo

  • No labels