Jena (Import)?

Hello,

I am trying to use jena api in my program. I"ve imported jena api but getting the following error.

at com.hp.hpl.jena.rdf.model.impl.PropertyImpl.<clinit>(PropertyImpl.java:61)

at com.hp.hpl.jena.enhanced.BuiltinPersonalities.<clinit>(BuiltinPersonalities.java:28)

at com.hp.hpl.jena.rdf.model.impl.ModelCom.<init>(ModelCom.java:51)

at com.hp.hpl.jena.rdf.model.impl.ModelMakerImpl.makeModel(ModelMakerImpl.java:35)

at com.hp.hpl.jena.rdf.model.impl.ModelMakerImpl.createFreshModel(ModelMakerImpl.java:56)

at com.hp.hpl.jena.rdf.model.impl.ModelMakerImpl.createModel(ModelMakerImpl.java:94)

at JenaForJobSynonyms.find_equivalent_attribute_by_sparql_first_phase(JenaForJobSynonyms.java:588)

at JenaForJobSynonyms.extract_job_result_attribute_first_step(JenaForJobSynonyms.java:693)

at MainMetaSearch.Jena_Queries(MainMetaSearch.java:261)

at MainMetaSearch.main(MainMetaSearch.java:16)

Any suggestion to solve this?

Best Regards

Tabbasum

[1042 byte] By [T_Naza] at [2007-11-27 11:49:03]
# 1

> Any suggestion to solve this?

What's the actual error message?

~

yawmarka at 2007-7-29 18:22:54 > top of Java-index,Java Essentials,New To Java...
# 2

That is at best only a partial stack trace (the end of it). And also this is not the place to be asking about problems about a 3rd-party API, but rather about the standard API.

warnerjaa at 2007-7-29 18:22:54 > top of Java-index,Java Essentials,New To Java...