Unsolved
This post is more than 5 years old
8 Posts
0
1537
August 13th, 2011 12:00
XAM Error occured: Error loading XAM Library or its dependencies(0) on Windows 7
Hi,
I am new here and just downloaded XAM JAVA SDK for Windows (Centera_SDK_XAM1.0p3_WinDev8.tgz) and extracted it.
Also set the XAM_VIM_PATH to C:\xam\lib64.
Just running the sample StoreContent.java and it is failing with the following error.
XAM Error occured: Error loading XAM Library or its dependencies(0)
org.snia.xam.XAMException
: Error loading XAM Library or its dependencies
at org.snia.xam.XAMLibraryObj. (Unknown Source)
at org.snia.xam.XAMLibraryObj.getLibrary(Unknown Source)
at org.snia.xam.util.XAMLibraryFactory.newXAMLibrary(Unknown Source)
at com.hp.igp.blobmanager.drivers.xam.StoreContent.main(
StoreContent.java:117)
xri is set to :
String xri = "snia-xam://SNIA_Reference_VIM!localhost?dir=C:\\xam_storage";
Not Sure what is that I am missing here?
Can someone please help?
rpakala
8 Posts
0
August 15th, 2011 20:00
Thanks. I was missing vim jar file and every thing worked fine after extracting the same.