python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Decide GNU or MUSL build of linux in Java
I have a Java desktop application which is supposed to run in both GNU Linux distributions (Debian and Ubuntu) and MUSL Linux distributions (Alpine). My application uses a native library also and nati...

Gaurav Jeswani
Votes: 0
Answers: 2
Gradle Android NDK build external non-JNI library (for AAR)
The Android NDK docs are mostly focused on building C/C++ JNI code. What I want to do is build an external dynamic library written in Go that does not use CMake and has no JNI wrapper.
For the questio...

SWdV
Votes: 0
Answers: 1
How can I get a typedef void* value in Java?
I have a dll that is written in C.
I have to implement the code that will use this dll in Java,
but I don't quite understand the meaning of the given h file.
typedef void* wqctl_handle;
wqctl_handl...
Роман Янин
Votes: 0
Answers: 1
MacOS link library containing CoreBluetooth framework
I'm attempting to use Java Native Access (JNA) to provide a Java interface to the CoreBluetooth framework that's an integral part MacOS (version 12.1, in my case).
It appears that I need access to a M...
Mike Allen
Votes: 0
Answers: 1