EGL Java™ runtime error code VGJ0936E

VGJ0936E: Name of the native shared library has not been specified.

Explanation

The EGL application is calling a native C function, but name of the native shared library in which the C function resides has not been specified.

User Response

Specify the native shared library name either using the dllName property of the EGL nativeLibrary part, or using the vgj.defaultI4GLNativeLibrary runtime property.

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