Hi
I downloaded the daal update 2 and installed it on a windows system. I have been able to run the java examples using the .bat files. But, when I set up an Eclipse program, I am running into problems. The daal.jar is recognized (build goes through) but when I run an example, I get the following error:
Here I am running the simple LibraryVersionInfoExample
Exception in thread "main" java.lang.UnsatisfiedLinkError: no JavaAPI in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1865)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at com.intel.daal.service.LibraryVersionInfo.<clinit>(LibraryVersionInfo.java:47)
at com.intel.daal.examples.services.LibraryVersionInfoExample.main(LibraryVersionInfoExample.java:37)
Is this a recognized problem or is it just my setup.
Regards
Hemanth