1
0
mirror of https://github.com/KastnerRG/riffa.git synced 2024-12-24 22:58:54 +08:00
riffa/java/README.txt

21 lines
432 B
Plaintext

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.