Re: [Aglets-users] problem of using jena with aglet
Status: Beta
Brought to you by:
cat4hire
From: Thomas H. <max...@us...> - 2010-04-22 15:11:56
|
Dear Abdullah, On Mon, Apr 19, 2010 at 16:24, Abduallh maresh <a_m...@ya...> wrote: > hi all > > how can i use the jena with aglet Have you succeeded so far in building a standalone Semantic Web application with Jena? It would be a good idea to start that way and figure out all the quirks before trying to combine the two and facing the quirks of both frameworks. :-) If you already know how to build standalone Jena applications, when you try to combine Jena with Aglets for the first time, try first with a very simple Jena app. If you can not get it to work it will be easier to publish here to the mailing list the details of your project: directory layout, environment variables, the command that fails and a copy-paste of the error/exception. > when i install the jena and set the classpath and start to run my project > i get the error > > java.lang.noclassdefounderror at com.hp.hpl.rdf.model.modelfactory. > and another errors About the error you encountered, here is what I have found with a web search on the Jena project's FAQ page on SourceForge: http://jena.sourceforge.net/jena-faq.html#general-0 > how can i configure the aglet to using the jena: When you have succeeded in your endeavour, we would appreciate an e-mail to the mailing list with a short tutorial about how you got it to work. Then the community will be able to help the next person who wants to build Jena aglets! :-) Good luck! Thomas |