AbdelNlm / jviolajones

Automatically exported from code.google.com/p/jviolajones
0 stars 0 forks source link

not able to run from program #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi
I am able to run the face detection from command line but not from my java 
program. I gave the correct path for picture as well as .xml files. But it 
gives the error 

Exception in thread "main" java.lang.NoClassDefFoundError: 
org/jdom/input/SAXBuilder
    at detection.Detector.create(Detector.java:35)
    at faceDetection.main(faceDetection.java:16)
Caused by: java.lang.ClassNotFoundException: org.jdom.input.SAXBuilder
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 2 more

Could you please help me to solve this problem.

Thanks in advance,

Shrestha

Original issue reported on code.google.com by nirajshresthas on 22 Nov 2013 at 7:38

GoogleCodeExporter commented 8 years ago
I need to download jviolanjones2.jar rather than jviolanjones2.0.jar. I thought 
the newest is the best version. But the previous one is working. 
SOLVED.

Thanks
Shrestha

Original comment by nirajshresthas on 22 Nov 2013 at 7:45