Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 466 Bytes

File metadata and controls

17 lines (12 loc) · 466 Bytes

cdr Java Example

An example app showing use of the various features within the Cdr from Java. To build the application:

$ mvn -Dinstall.dir=$INSTALL_PREFIX package

Where 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.App

View the source here.