Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Sam Hocevar a521524634 Fix distribution of Java source. pirms 15 gadiem
..
examples Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
org/zoy/caca Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
.gitignore Build Java examples and add wrapper scripts to run them. pirms 15 gadiem
Makefile.am Fix distribution of Java source. pirms 15 gadiem
README Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
caca_java_common.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
caca_java_common.h Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
org_zoy_caca_Attribute.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
org_zoy_caca_Caca.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
org_zoy_caca_Canvas.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
org_zoy_caca_Display.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
org_zoy_caca_Dither.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
org_zoy_caca_Event.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
org_zoy_caca_Font.c Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem

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>