Re: How to load compiled programs?
Posted by
Wibowit on
Apr 18, 2011; 9:38pm
URL: https://forum.jogamp.org/How-to-load-compiled-programs-tp2835385p2836398.html
I have implemented something very similiar to those techniques but now my program crashes JVM.
New version of project is here (along with crash logs):
http://www62.zippyshare.com/v/13793986/file.htmlIt crashes at CLProgramBuilder.loadConfiguration(ObjectInputStream, CLContext);
By the way, weird class hierarchy. CLProgramBuilder has public non-static methods, but there's no way to create object of type CLProgramBuilder.