Gradle Java include native library (Project Panama)
I’ve a rust library that I want to call from Java.
I’ve managed to create the corresponding .h-file and extract from that the Java bindings.
As long as my project structure looks like the following, I can access the c-function when compiling and starting the program with