Hii im new to ecilpse and im trying to run a jena program. Iam geting
an error which states as under:


Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/
LoggerFactory
        at
com.hp.hpl.jena.rdf.model.impl.PropertyImpl.<clinit>(PropertyImpl.java:
64)
        at
com.hp.hpl.jena.enhanced.BuiltinPersonalities.<clinit>(BuiltinPersonalities.java:
27)
        at com.hp.hpl.jena.rdf.model.impl.ModelCom.<init>(ModelCom.java:51)
        at
com.hp.hpl.jena.rdf.model.ModelFactory.createDefaultModel(ModelFactory.java:
122)
        at
com.hp.hpl.jena.rdf.model.ModelFactory.createDefaultModel(ModelFactory.java:
116)
        at tutorial.HelloRDFWorld.main(HelloRDFWorld.java:15)
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
        at java.net.URLClassLoader$1.run(Unknown Source)
        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)
        ... 6 more

Please help me as soon as possible and suggest me a possible solution.
Awaiting for your reponse

Regards,

Smriti

-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/smslib?hl=en.

Reply via email to