Hi
I'm currently trying to run some java code using a particular dll (sapjco3.dll) and i get a java.lang.UnsatisfiedLinkError on that library.
I'm using a windows server 2008.
I used the dependency walker to check what was missing and found that it couldn't find 3 dlls :
msvcr80.dll
IEShims.dll
linkinfo.dll
But these libraries ARE in my folder winsxs with the latest version.
Can someone tell me WHY windows is not able to find these libraries ?
If i copy them in the same directory than sapjco3.dll, the dependency walker shows that the dependencies are resolved, except a problem in ieframe.dll where i have some "not bound" entry points.
Any idea how to fix these depenencies ?
Thanks a lot.
ps:
I've applied in my OS all the latest updates of .Net, 2008 visual, etc...