Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xerdi/jkpathsea
Experimental bindings of KPathSea for Java
https://github.com/xerdi/jkpathsea
java jni kpathsea latex texlive
Last synced: about 2 months ago
JSON representation
Experimental bindings of KPathSea for Java
- Host: GitHub
- URL: https://github.com/xerdi/jkpathsea
- Owner: Xerdi
- License: lppl-1.3c
- Created: 2024-07-08T13:46:34.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-14T11:28:36.000Z (5 months ago)
- Last Synced: 2024-08-14T12:53:51.404Z (5 months ago)
- Topics: java, jni, kpathsea, latex, texlive
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# JKPathSea
An experimental project using JNI to bring KPathSea to Java.## Usage
To setup the project, run:
```sh
make jkpathsea
```
This will
1. download TeX Live source and compile `libkpathsea.so`
2. generate a new C header file, based on `KPathSea.java`
3. compile the `libjkpathsea.so` used by `KPathSea.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/`## License
This project is licensed under the LPPL version 1.3c and maintained by Erik Nijenhuis. See [LICENSE.txt](LICENSE.txt) for more information.