Posted by
barno on
Aug 13, 2011; 10:28am
URL: https://forum.jogamp.org/Error-when-trying-to-run-JOCL-on-my-Laptop-tp3251278.html
Hi,
I just installed the newest 64bit version on my Laptop, but when running it I get the following error message:
-----------------------------------------------------------------------------------------------------
Platform: Windows 7 6.1 (os), amd64 (arch) 4 cores
Platform: littleEndian true, 32Bit false, a-ptr bit-size 64
Platform: Java 1.7.0, Java HotSpot(TM) 64-Bit Server VM, Oracle Corporation,
http://java.oracle.com/, is JavaSE: true
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
Package: com.jogamp.opencl
Extension Name: com.jogamp.opencl
Specification Title: Java Bindings for OpenCL
Specification Vendor: JogAmp Community
Specification Version: 0.9
Implementation Title: Java Bindings for OpenCL
Implementation Vendor: JogAmp Community
Implementation Vendor ID: com.jogamp
Implementation URL:
http://jocl.jogamp.org/Implementation Version: 0.9-b13-20110303
Implementation Branch: rc
Implementation Commit: 493ff62aa94c224a7b5db6ea092e3c80ff0205bc
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
Package: com.jogamp.common
Extension Name: com.jogamp.common
Specification Title: GlueGen Java Bindings Generator
Specification Vendor: JogAmp Community
Specification Version: 2.0
Implementation Title: GlueGen Run-Time
Implementation Vendor: JogAmp Community
Implementation Vendor ID: com.jogamp
Implementation URL:
http://jogamp.org/Implementation Version: 2.0-b20-20110302
Implementation Branch: rc
Implementation Commit: 2557207469fe581cbc9d51861953cdc88f1e9715
-----------------------------------------------------------------------------------------------------
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.jogamp.opencl.impl.CLAbstractImpl.dispatch_clGetExtensionFunctionAddressImpl1(Ljava/lang/String;J)Ljava/nio/ByteBuffer;
at com.jogamp.opencl.impl.CLAbstractImpl.dispatch_clGetExtensionFunctionAddressImpl1(Native Method)
at com.jogamp.opencl.impl.CLAbstractImpl.clGetExtensionFunctionAddressImpl(CLAbstractImpl.java:1169)
at com.jogamp.opencl.impl.CLImpl.clGetExtensionFunctionAddress(CLImpl.java:255)
at com.jogamp.opencl.CLPlatform$1.resolve(CLPlatform.java:136)
at com.jogamp.gluegen.runtime.ProcAddressTable.setEntry(ProcAddressTable.java:153)
at com.jogamp.gluegen.runtime.ProcAddressTable.reset(ProcAddressTable.java:129)
at com.jogamp.opencl.CLPlatform$2.run(CLPlatform.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.opencl.CLPlatform.initialize(CLPlatform.java:149)
at com.jogamp.opencl.CLPlatform.listCLPlatforms(CLPlatform.java:221)
at com.jogamp.opencl.CLPlatform.listCLPlatforms(CLPlatform.java:212)