UNSOLVED

adam_retter

updated

18 years ago

0

7967

September 22nd, 2008 08:00

Centera XAM SDK Problems (Java)

Firstly - the install doc says to set the environment variable XAM_VIM_PATH to your sdk install\lib32 folder - a lot of cursing later and a quick decompile of XAM_Native.class showed me that this isnt the case and that it is loaded from java.library.path system variable.

Secondly - what is the correct name of the VIM Driver??? I am using centera_vim as found in the docs, but this fails.

The code is:

XAMLibrary xam = XAMLibraryObj.getLibrary();

XSystem sys = xam.connect("snia-xam://centera_vim!192.168.128.64");

The exception and stacktrace is:

Exception in thread "main" org.snia.xam.VIMLoadException: xam/vim not found

at org.snia.xam.XAMErrors.throwConvertedException(Unknown Source)

at org.snia.xam.XAMErrors.throwConvertedException(Unknown Source)

at org.snia.xam.XSystemImpl. (Unknown Source)

at org.snia.xam.XAMLibraryObj.connect(Unknown Source)

at xamtest.Main.main(Main.java:37)