I’m getting in trouble with a native library for windows.
Here is the error I get:
java.lang.UnsatisfiedLinkError: C:\workspace\GameProject\src\lib\natives\jinput-dx8.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
For what I see, I got a compatibility problem with the DLL jinput-dx8.dll.
I really need this dll for my game but I don’t know how to solve this problem. Could you help me?
You’ll need to get/recompile a 64bit version of this library.