The specified native shared library was not found in the library path or is not in the right format.
Check if the library path has been set appropriately. The library path is a list of directories that the Java™ runtime system searches when loading shared libraries. Depending on runtime platform, set the library path using PATH, LIBPATH, LD_LIBRARY_PATH or SHLIB_PATH environment variable. If the library path is appropriately set, check if the shared library has been created properly, or if a 64-bit shared library has been provided for a 32-bit application or vice versa.