python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
JNA crashes with 64 bit libmx.so on Linux
I have a legacy Java application that uses JNA to interact with Matlab C Matrix API.
/**
* Load a MAT-file. Must be synchronized because of native libraries calls.
*
* @param file MAT file
* @retu...
Kıvanç Sahici
Votes: 0
Answers: 1
Declare "typedef int (*x)(void *)" in java with GraalVM
I'm trying to consume a C library with GraalMV and I have the following struct I don't find how to declare:
typedef int (*mon_handler)(void *);
typedef struct
{
mon_handler mon_cb;
} opts;
I nee...
Ikaro
Votes: 0
Answers: 1
Show valid certificate using the Windows Security's Confirm Certificate popup via java
I want to show only valid certificates from Windows Security's Confirm Certificate popup, jna library function get all valid and invalid certificates. Is there any way to solve this problem? list cer...
leminhduc
Votes: 0
Answers: 1
Secure Local Storage issue while connecting java with Snowflake
I am receiving this error:
net.snowflake.client.core.CredentialManager initSecureStorageManager
INFO: JNA jar files are needed for Secure Local Storage service. Please follow the Snowflake JDBC instr...
Vishal rana
Votes: 0
Answers: 1