Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Sam Hocevar f039d3e4f4 Move conditional java targets to the top of Makefile.am. vor 15 Jahren
..
examples Build Java examples and add wrapper scripts to run them. vor 15 Jahren
org/zoy/caca Build Java examples and add wrapper scripts to run them. vor 15 Jahren
.gitignore Build Java examples and add wrapper scripts to run them. vor 15 Jahren
Makefile.am Move conditional java targets to the top of Makefile.am. vor 15 Jahren
README Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren
caca_java_common.c Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren
caca_java_common.h Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren
org_zoy_caca_Attribute.c Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren
org_zoy_caca_Caca.c Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren
org_zoy_caca_Canvas.c Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren
org_zoy_caca_Display.c Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren
org_zoy_caca_Dither.c Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren
org_zoy_caca_Event.c Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren
org_zoy_caca_Font.c Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. vor 15 Jahren

README

$Id$

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>