I want to make use of the poker-eval library. I heard that it's very used in C. In this link.
i see that it has a java folder. Is it possible for me write a Java program that uses this library? How would i go about doing that?
I tried to go to java/org/pokersource/
and run the .java
files with javac
but with every one of them i get errors saying
error: cannot find symbol
What's wrong?