File: README.md

package info (click to toggle)
libjjml-java 1.1.18-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,104 kB
  • sloc: java: 5,607; cpp: 1,767; sh: 354; makefile: 31
file content (9 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# C++ headers simplifying Java Native Interface development ###

Mostly inline methods, in order to declutter the C++ parts of JNI bindings.

It is meant to be used as a git submodule and shipped with the code using it. It must be located in `<include dir>/argeo/jni`. Typically:

```
git submodule add ../argeo-include-jni ./include/argeo/jni
```