Complete Guide > Installation

The download consists of just the following:

  • epochx-1.x.x.jar - the framework all ready to use
  • LICENSE - a copy of the GPL and LGPL licenses
  • release-notes-1.x.x.txt - a list of updates since the previous release
  • javadoc - the JavaDoc documentation for this version
  • [src downloads also include the Java source code and required libraries]

The good news is that EpochX does not require any special setup! Making use of the EpochX framework is simply a case of adding the included jar file to the classpath for your own Java application. This will give you complete programmatic access to a range of powerful features, instead of being limited to what can be specified in a static properties file.


Next: Overview
Previous: Introduction