Difference between revisions of "Adding semantics to JSPWiki"

From AIRWiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 15:20, 6 November 2007

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.
  • ...