Login  Register

Running JOCL through Matlab

Posted by Eric Barnhill on Nov 19, 2015; 6:26am
URL: https://forum.jogamp.org/Running-JOCL-through-Matlab-tp4035817.html

I have integrated JOCL into my medical imaging library -- works really great. The library is designed to be called from Matlab, and I get OpenCL errors when I call it from Matlab -- "can not enumerate platforms" which I gather means OpenCL is not found at all. All needed .jars are in the Matlab classpath. I realise Matlab doesn't support OpenCL but I was surprised that this would interfere with Java. Do you have any idea why the Matlab environment would disrupt calling JOCL and any suggestions for fixing it?