How to setup annocon

JDK Requirements

Annocon needs Java 5 (the java version formerly known as 1.5).

Classpath setup

Download the latest distribution. It includes all required libraries. Add these jars to the classpath of your application:

  • annocon-core-0.1.jar
  • dynaop-1.0-beta.jar
  • cglib-asm-1.0.jar
  • commons-logging-1.0.jar

Digester (optional)

If you want to use Jakarta for the parsing of configuration files, then additionally add these files to the classpath:

  • commons-digester-1.7jar
  • commons-beanutils-1.6.jar
  • commons-collections-2.1.jar