JBoss.org Community Documentation

2.4. Requirements

POJO Cache is currently supported on JDK 5 (since release 2.0). It requires the following libraries (in addition to jboss-cache.jar and the required libraries for Core Cache) to start up:

  • Library:

    • pojocache.jar. Main POJO Cache library.
    • jboss-aop-jdk50.jar. Main JBoss Aop library.
    • javassist.jar. Java byte code manipulation library.
    • trove.jar. High performance collections for Java.