You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a windows dll with a main.cpp containing only the following function, loaded the dll in Java 8
to call said native function, and it blows up in the lock method if I use the dynamic runtime /MD but runs fine if built with the /MT
This worked in jdk1.8.0_372, but now fails in jdk1.8.0_412
I have created a windows dll with a main.cpp containing only the following function, loaded the dll in Java 8
to call said native function, and it blows up in the lock method if I use the dynamic runtime /MD but runs fine if built with the /MT
This worked in jdk1.8.0_372, but now fails in jdk1.8.0_412
hs_err_pid21540.log
Using this as my CMakeLists.txt do build the dll
Java file calling this native method:
The text was updated successfully, but these errors were encountered: