Closed RAJESH-TECHMILEAGE closed 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
VC++ redist package http://assiste.com/Visual_C++_Packages_redistribuables.html take x64 (only x64 supported in this dependency), and 2012 one
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.