Here is another of the fixes mentioned:
My build system (Gradle) added the required native library (dll) to the Eclipse build path (Right click on the project -> Properties -> Java Build Path -> Libraries). By reporting that the build system does not add the native DLL library to the Eclipse class path, the problem is resolved.
source share