天天看點

eXtremeDB trial running in Java

I want to use the JNI interface in my java class.

When running the following error occurs “Exception in thread"main" java.lang.LinkageError: Java HotSpot(TM) Client VM at x86failed to load library 'extremedbjni_mursiw_debug' usingjava.library.path='D:\OpenSource\eXtremeDB\win32vs2012\target\bin.so':D:\OpenSource\eXtremeDB\win32vs2012\target\bin.so\extremedbjni_mursiw_debug.dll:Can't find dependent libraries”

Solution:

Windows doesn't include thedebug version of the C runtime libraries by default. To resolve this, you caneither use the release version of eXtremeDB libraries (unset the configurationflag Database.MCO_CFG_DEBUG_LIBRARY) or just install the (free of charge)Microsoft Visual Studio 2012 redistribution pack.