No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Sam Hocevar 2beb644476 Fix the java bindings build by updating AM_CPPFLAGS. hace 9 años
..
examples build: fix the WTFPL homepage and copyright information. hace 12 años
org/zoy/caca build: fix the WTFPL homepage and copyright information. hace 12 años
.gitignore Build Java examples and add wrapper scripts to run them. hace 15 años
Makefile.am Fix the java bindings build by updating AM_CPPFLAGS. hace 9 años
README Large source code cleanup, getting rid of spaces, tabs, and svn keywords. hace 15 años
caca_java_common.c build: fix the WTFPL homepage and copyright information. hace 12 años
caca_java_common.h build: fix the WTFPL homepage and copyright information. hace 12 años
org_zoy_caca_Attribute.c build: fix the WTFPL homepage and copyright information. hace 12 años
org_zoy_caca_Caca.c build: fix the WTFPL homepage and copyright information. hace 12 años
org_zoy_caca_Canvas.c build: fix the WTFPL homepage and copyright information. hace 12 años
org_zoy_caca_Display.c build: fix the WTFPL homepage and copyright information. hace 12 años
org_zoy_caca_Dither.c build: fix the WTFPL homepage and copyright information. hace 12 años
org_zoy_caca_Event.c build: fix the WTFPL homepage and copyright information. hace 12 años
org_zoy_caca_Font.c build: fix the WTFPL homepage and copyright information. hace 12 años

README


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>