Hi,
if you get errors saying "Unsupported major.minor version 49.0", you are probably not using Java 1.5; but the binary release was compiled using Java 1.5.
Two solutions:
1) Upgrade to java 1.5;
2) get the sources from the CVS repository, and compile them yourself. Follow the CVS link on the project page for instructions.
Best wishes,
Marc