Apache

Supported Java Virtual Machines

Features Sun JVM
(1.3, 1.4)
Sun JVM
(5, 6)
Apache Harmony JamVM IBM J9 BEA JRockit
(1.4)
BEA JRockit
(1.5,1.6)
Mika Dalvik (Android)
Core
Composites
Configuration Admin
Temporal Dependency
Whiteboard pattern handler
Extender pattern handler
Event Admin handler

Feel free to send a mail on the Felix mailing list if a JVM is not listed here.


Note about Android

iPOJO is supported on Android except for two features:

  • Nullable are not supported (Default-Implementations are supported)
  • Composites cannot provide services (but they can export services)

These two limitations comes from the Android VM (Dalvik) that does not support the definition of new classes at runtime (i.e. dynamically generated classes).