Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920
  1. $Id$
  2. Building the libcaca Java bindings
  3. o In the configure step, ensure the --enable-java flag is turned on.
  4. o `make install` will install:
  5. - libjava.so in ${libdir}/jni,
  6. - libjava.jar in ${datadir}/java.
  7. Using the libcaca Java bindings
  8. o Look into examples/ for source code examples.
  9. o Running an application which uses the libcaca Java bindings:
  10. java -Djava.library.path=${libdir}/jni \
  11. -cp ${datadir}/java/libjava.jar:<classpath> <class name>