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

Compare with Current View Page History

« Previous Version 6 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.

Adjustments required in Geronimo

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

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

  • No labels