EGL Java runtime error code VGJ0937E

VGJ0937E: The native shared library %1 was not found or is not in the right format.

Explanation

The specified native shared library was not found in the library path or is not in the right format.

User Response

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.

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.