PojoCache is currently supported on both JDK1.4 and JDK50. For JDK1.4, it requires the following libraries (in addition to jboss-cache.jar and the required libraries for the plain TreeCache) to start up:
Library:
jboss-aop.jar. Main JBossAop library.
javassist.jar. Java byte code manipulation library.
trove.jar. High performance collections for Java.
qdox.jar. Javadoc parser for annotation.
For JDK5.0, in addition to the above libaries, you will need to replace jboss-cache.jar with jboss-cache-jdk50.jar and jboss-aop.jar with jboss-aop-jdk50.jar from lib-50 directory.