An experimental project using JNI to bring KPathSea to Java.
To setup the project, run:
make jkpathseaThis will
- download TeX Live source and compile
libkpathsea.so - generate a new C header file, based on
KPathSea.java - compile the
libjkpathsea.soused byKPathSea.java
After that is sorted out, you can run the IntelliJ run configuration.
If you need to set it up manually, don't forget to add the VM option -Djava.library.path=/path/to/jkpathsea/src/native/
This project is licensed under the LPPL version 1.3c and maintained by Erik Nijenhuis. See LICENSE.txt for more information.