Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 67d75e9

Browse files
committed
added a basic readme
1 parent a59c695 commit 67d75e9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bindings/java/java/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Java Bindings
2+
3+
This bindings have been tested with `openjdk64-11.0.1` on OSX and debian:latest.
4+
For examples of how to use these bindings take a look at the JUnit tests.
5+
6+
### Build and test
7+
8+
from project root:
9+
10+
```bash
11+
cd bindings/java && make clean build test
12+
```
13+
14+
### Build and test (debug with debug printouts)
15+
16+
from project root:
17+
18+
```bash
19+
cd bindings/java && make clean debug test
20+
```
21+

0 commit comments

Comments
 (0)