UNSOLVED

Coltrane3

updated

16 years ago

C

Coltrane3

8 Posts

0

4613

July 2nd, 2010 03:00

Error loading XAM Library or its dependencies

Hi

I Develope on Windows XP for UNIX Archiving SolutionsArchiving with Centera_SDK_Windows_2000-5.0-Win32Dev8 and Centera_SDK_VIM1.0p2_WinDev8 with the java api, but i if a want to test my source and i get following Error:

Error Loading XAM Library or its dependencies (0)

System.setProperty(

"java.library.path", "D:\\appl\\cs-transport\\");

System.loadLibrary(

"centera_vim");

System.setProperty(

"java.library.path", "D:\\appl\\cs-transport\\");

System.loadLibrary(

"FPCore");

xamLib = XAMLibraryFactory.newXAMLibrary(); -> Error

I set the CLASSPATH, the Enviroment Variable to the application path, where my '.dll' are located, i look with the Process Monitor if the dll are loaded correctly. All looks fine but i still get this error message.

With den ProcessMonitor i see that that a XAM.DLL is not found ?!

I download the centera tools centeraping and verify and i get the connection successfully, so what ist wrong ?

Thanks for help

Chris