CLInfo runtime failure
Posted by vince on Sep 22, 2010; 3:25pm
URL: https://forum.jogamp.org/CLInfo-runtime-failure-tp1561885.html
Hi,
Just trying to get started with JOCL...
I'm using jocl-b188-2010-09-21_04-00-52 build
Running CLInfo, I get the following runtime error:
Exception in thread "main" java.lang.NoSuchMethodError: com.jogamp.opencl.impl.CLProcAddressTable.initEntry(Ljava/lang/String;Lcom/jogamp/common/os/DynamicLookupHelper;)V
at com.jogamp.opencl.CLPlatform$2.run(CLPlatform.java:101)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.opencl.CLPlatform.initialize(CLPlatform.java:92)
at com.jogamp.opencl.demos.info.CLInfo.main(CLInfo.java:37)
In fact, all the demos throw the same NoSuchMethodError exception...
Any idea about what could be wrong with my setup?
cheers,
Vincent