Ask Your Question

Revision history [back]

NoClassDefFoundError is a typical Java error. The NoClassDefFoundError is given when there is a class file that your code depends on and it is present at compile time but not found at runtime. Do the example codes from OpenCV work?