Adding semantics to JSPWiki

From AIRWiki
Revision as of 15:20, 6 November 2007 by DavideEynard (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Work in progress ;-)

  • Download Jena here (the version we currently use is 2.5.4).
  • Unpack Jena wherever you like on your disk (maybe better inside the JSPWiki project tree)
  • Add all Jena libs inside the project build path: right click the project name inside Eclipse and choose Properties. Then click on Java build path and choose Libraries. Choose Add external JARs and select all the libs, then click Ok.
  • ...