Hacker News new | ask | show | jobs
by wetherbeei 4487 days ago
I made a painless way to integrate native libraries into Java (Android NDK support too) with some automatic JNI generation [1]. It uses GWT's javascript comment syntax (edit: see [2] for examples).

[1] https://bitbucket.org/wetherbeei/acceljava

[2] https://bitbucket.org/wetherbeei/acceljava/src/4140d721c11b5...