Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-laux/dc-jni-playground
Testing grounds in hope to get an jni binding package to use deltachat core from java
https://github.com/simon-laux/dc-jni-playground
Last synced: 11 days ago
JSON representation
Testing grounds in hope to get an jni binding package to use deltachat core from java
- Host: GitHub
- URL: https://github.com/simon-laux/dc-jni-playground
- Owner: Simon-Laux
- Created: 2021-06-29T11:04:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T11:07:42.000Z (over 3 years ago)
- Last Synced: 2024-12-02T17:12:22.378Z (about 1 month ago)
- Language: C
- Size: 19.6 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
run `./build.sh` to build
run `./run.sh` to build and run
for trying out the package version:
copy DCTest.java into the out folder
`cd` into the `out` folder```sh
# compile
javac DCTest.java -cp deltachat.jar
# run
java -cp deltachat.jar:. -Djava.library.path=. DCTest
```> **WARNING**: the build script clears `out` folder so don't put original files into it.