An example app showing use of the various features within the Cdr from Java. To build the application:
$ mvn -Dinstall.dir=$INSTALL_PREFIX packageWhere INSTALL_PREFIX points to the absolute path of the installation. To execute the jar:
$ java -cp $INSTALL_PREFIX/lib/java/CdrJNI.jar:`pwd`/target/example-1.0-SNAPSHOT.jar com.neueda.cdrexample.AppView the source here.