Hi,
I run into a following problem when running JavaCL on Windows 7 32 bit with Intel OpenCL SDK.
Exception in thread "main" java.lang.NullPointerException
at com.nativelibs4java.opencl.JavaCL.createBestContext(JavaCL.java:246)
at com.nativelibs4java.opencl.JavaCL.createBestContext(JavaCL.java:237)
...
After closer inspection I figured out the clGetDeviceIDs wrapper does not return any device what is rather strange as in C code (in VS2008 C++ Express) it works just fine and returns my Intel Core 2 Duo P8700.
Regards,
Jan