From 3b3dc4591d3690f61b9488ed74e7c9248def1fd5 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sun, 2 May 2010 22:55:02 +0200 Subject: CLBuildListener functionality for high level bindings. - uses low level BuildProgramCallback internally - updated tests, testing async builds --- resources/clImplCustomCode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/clImplCustomCode.c') diff --git a/resources/clImplCustomCode.c b/resources/clImplCustomCode.c index eb209157..b491eb7f 100644 --- a/resources/clImplCustomCode.c +++ b/resources/clImplCustomCode.c @@ -24,7 +24,7 @@ JNI_OnLoad(JavaVM * _jvm, void *reserved) { } // throws ClassNotFoundException (or other reflection stuff) - jclass buildCBClassID = (*env)->FindClass(env, "com/jogamp/opencl/BuildProgramCallback"); + jclass buildCBClassID = (*env)->FindClass(env, "com/jogamp/opencl/impl/BuildProgramCallback"); jclass errorHandlerClassID = (*env)->FindClass(env, "com/jogamp/opencl/CreateContextCallback"); // throws even more reflection Exceptions -- cgit v1.2.3