Login  Register

Re: CLInfo runtime failure

Posted by sv on Nov 18, 2010; 11:22pm
URL: https://forum.jogamp.org/CLInfo-runtime-failure-tp1561885p1927336.html

Hi,

i've nearly the same Problem. I'm using:
- jogl.all.jar 28-Apr-2010 05:06
- jogl-natives-windows-i586.jar 28-Apr-2010 05:06 (dlls unpacked to run dir)
- jocl.jar 10-Sep-2010 13:22
- jocl-natives-windows-i586.jar 09-Sep-2010 14:29 (dll unpacked to run dir)
- gluegen-rt.jar 28-Apr-2010 05:06
- gluegen-rt-natives-windows-i586.jar 28-Apr-2010 05:06 (dll unpacked to run dir)
- windows 7 as OS
- eclipse as IDE

and i get the following 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.CLPlatform.listCLPlatforms(CLPlatform.java:136)

on this line: CLPlatform platform[] = CLPlatform.listCLPlatforms();
respectively this line: context = CLContext.create();

here you can see my elipse projectview: http://www.abload.de/img/eclipsevysb.png

I have no idea whats wrong :(

rgds