File size: 432 Bytes
ecb91a3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | To use the Java bindings simply include the riffa.jar in your classpath while compiling and running. Everything has already been included in this jar. To compile the sample application: javac -cp riffa.jar SampleApp.java To run the sample sample application: java -cp riffa.jar;. SampleApp or for Linux: java -cp riffa.jar:. SampleApp Note that the riffa driver and C/C++ library must already be installed on the system. |