frett27 / jfgdb

Java File Geodatabase (FGDB) JNI Wrapper, permit to read/write simple features in .gdb from Java
Apache License 2.0
14 stars 11 forks source link

Unable to load library #2

Closed RAJESH-TECHMILEAGE closed 7 years ago

RAJESH-TECHMILEAGE commented 7 years ago

hi Patrice Freydiere, when i try to run the CRUDExample.java it is calling SharedLibrariesInitializer class initLibraries method, there it is trying load loadingDll file using this NativeLibrary.getInstance(loadingDll); method we are getting below issue.

capture

frett27 commented 7 years ago

Hi Rajesh, can you double check you have installed the VC++ 2012 redist C++, this is a requierment, There are VC++ dependent DLLS needed for the FileGDBAPI, i doubled checked the given maven repository and it works fine for me.

https://github.com/Esri/file-geodatabase-api

Patrice

frett27 commented 7 years ago

VC++ redist package http://assiste.com/Visual_C++_Packages_redistribuables.html take x64 (only x64 supported in this dependency), and 2012 one