beryx-gist/badass-runtime-example-javafx

Give an example for jni projects.

Opened this issue · 2 comments

How ro create a jpackage with jni projects with github action ?

I have many doubts.

So , please give a sample jni project.

Java native interface (jni) allows calling native libraries

Windows --> .dll
Linux --> .so
Mac -->.dylib

I didn't know more about jni.

So , give an example project.

How to create jpackage for jni projects with badass runtime plugin ?

give an example project for cmake.
because, cmake is more easier to build jni apps with gradle for all platforms like windows , linux and mac.