In my jogamp jocl program when i call (non static) CLCommandQueue.putMapImage() i get this error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.jogamp.opencl.llb.impl.CLImpl.clEnqueueMapImage0(JJIJLjava/lang/Object;ILjava/lang/Object;ILjava/lang/Object;ILjava/lang/Object;IILjava/lang/Object;ILjava/lang/Object;ILjava/lang/Object;IJJ)Ljava/nio/ByteBuffer;
at com.jogamp.opencl.llb.impl.CLImpl.clEnqueueMapImage0(Native Method)
at com.jogamp.opencl.llb.impl.CLImpl.clEnqueueMapImage(CLImpl.java:226)
(not important)
I have installed proper (matching version in manifest) version of natives (gluegen too (classes + natives)) bc for every else (native tho) method it works but not on that one for some reason, any help? maybe i have to make additional native bindings by myself because for some reason these one dont work?
WHY? HOW?
PS. sorry for bad english
I tried restarting, switching machine, putinng natives in root(workspace) directory, and no positive results. I can give examples too