Greetings,
Please, I have a problem with application deployment. I developed my app under windows 8.1 and deployed it to another PC with the same OS without problems. But when I try to deploy under windows server 2008 r2 the runtime core library is no recognized.
The error, of course, an Unsatisfied Link Error:
Caused by: java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\ArcGIS SDKs\ja
va10.2.4\arcgisruntime10.2.4\client64\runtimecore_java.dll
I've checked the path to the library and tried to do it with the Deployment Builder but the dll file is no recognized even though it is there. Is like it wasn't compatible with windows Server 2008. But the System Requirmentes (System requirements for 10.2.4—ArcGIS Runtime SDK for Java | ArcGIS for Developers ) says that it is compatible with: Windows 2008 R2 Server Standard, Enterprise, and Datacenter (64-bit (EM64T)). I don't have SP1 installed but the table says at most SP1.
Could it be a problem with the msvcp120/msvcr120 libraries?
Thanks before hand. I hope someone can help me.