Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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