bytedeco / javacv-examples

Examples of using JavaCV / OpenCV library on Java Virtual Machine
337 stars 155 forks source link

Could not initialize class org.bytedeco.javacpp.opencv_core #13

Closed santhosh827 closed 6 years ago

santhosh827 commented 7 years ago

Dear Team,

when final CvHaarClassifierCascade faceCascade = cvLoadHaarClassifierCascade(file.getCanonicalPath(), cvSize(0, 0)); line is executing i got below exception Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.bytedeco.javacpp.opencv_core please help

saudet commented 6 years ago

Please include ALL the JAR files in your class path.