beryx-gist / badass-runtime-example-javafx

A small JavaFX application that shows how to use the Badass Runtime Plugin
Apache License 2.0
25 stars 3 forks source link

Give an example for jni projects. #36

Closed ghost closed 3 years ago

ghost commented 3 years ago

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

I have many doubts.

So , please give a sample jni project.

ghost commented 3 years ago

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 ?

stanlygamer commented 3 years ago

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.