简体   繁体   中英

how can I download apache jena and add libaries?

I have a question about install jena.

I do not know how install it. but i was working with Netbeans and Jena. i download apach Jena binaries. but give me a error that "could not be saved , because the source file could not be read." How can I download apach jena and use libraries in netbeans ?(step download and add library in netbeans)

The Jena distributions page lists some download links; If you get, eg, apache-jena-2.10.1.tar.gz from the binaries page , then when you unpack that tarball, you'll get an apache-2.10.1 directory, with a lib directory within, and the JARs in that directory are what you need:

+- apache-jena-2.10.1
 +- lib
  +- ...
  +- jena-arq-2.10.1.jar
  +- jena-core-2.10.1.jar
  +- jena-iri-0.9.6.jar
  +- jena-tdb-0.10.1.jar
  +- ...

You'll actually need all the JARs in that directory on your classpath, not just the ones starting with jena- .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM