You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
..
examples Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
org/zoy/caca Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
.gitignore Build Java examples and add wrapper scripts to run them. преди 15 години
Makefile.am Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
README Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
caca_java_common.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
caca_java_common.h Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
org_zoy_caca_Attribute.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
org_zoy_caca_Caca.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
org_zoy_caca_Canvas.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
org_zoy_caca_Display.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
org_zoy_caca_Dither.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
org_zoy_caca_Event.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години
org_zoy_caca_Font.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. преди 15 години

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>