Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.