|
|
10 年前 | |
|---|---|---|
| .. | ||
| examples | 13 年前 | |
| org/zoy/caca | 13 年前 | |
| .gitignore | 16 年前 | |
| Makefile.am | 10 年前 | |
| README | 16 年前 | |
| caca_java_common.c | 13 年前 | |
| caca_java_common.h | 13 年前 | |
| org_zoy_caca_Attribute.c | 13 年前 | |
| org_zoy_caca_Caca.c | 13 年前 | |
| org_zoy_caca_Canvas.c | 13 年前 | |
| org_zoy_caca_Display.c | 13 年前 | |
| org_zoy_caca_Dither.c | 13 年前 | |
| org_zoy_caca_Event.c | 13 年前 | |
| org_zoy_caca_Font.c | 13 年前 | |
Building the libcaca Java bindings
o In the configure step, ensure the --enable-java flag is turned on.
o `make install` will install:
- libjava.so in ${libdir}/jni,
- libjava.jar in ${datadir}/java.
Using the libcaca Java bindings
o Look into examples/ for source code examples.
o Running an application which uses the libcaca Java bindings:
java -Djava.library.path=${libdir}/jni \
-cp ${datadir}/java/libjava.jar:<classpath> <class name>