fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
536 stars 143 forks source link

Can't load dlls on Windows 2012. Can't find msvc dlls. #58

Open eduardo-jose-pereira opened 9 years ago

eduardo-jose-pereira commented 9 years ago

JniDBFactory.factory fails to initialize because it can't load the dll. The problem is that the windows64 dll depends on msvcp100.dll and msvcr100.dll. These two dlls are included on Win7 (c:\Windows\System32) but they are not included on Win2012.

davsclaus commented 8 years ago

Hmm maybe the windows drivers are only for older versions of windows. Not sure if there is some updated needed to support newer windows versions