Either
1/ put all the jars in lib/ on the class path
e.g.
java -cp DIR/lib/* jena.rdfcat
or on windows
java -cp "DIR/lib/*;" jena.rdfcat
where DIR is the Jena installation directory.
2/ You can make a jar by unpacking all the jars and repacking into a
single jar.
We are going to be producing a jar-of-everthing; it may not make this
release round though/
There are already scripts to make it all work.
https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaZip/trunk
in bin/ and bat/
Andy
On 05/12/11 15:23, Olivier Rossel wrote:
Isn't there a web services that does such a job?
Something like http://www.rdfabout.com/demo/validator/ ?
On Mon, Dec 5, 2011 at 1:59 PM, Baptiste Lafontaine
<[email protected]> wrote:
Hi,
I need to convert RDF/XML files to N3 in a node.js application.
Since I want my application needs to be portable (and because I have a few
skills un java), I though that jena.rdfcat would do this.
Is it possible to have a "minimal" jar that only contains rdfcat (and
dependencies) that could be embedded in my project ?
Thanks a lot
--
Baptiste Lafontaine
Etudiant Télécom SudParis
CV : http://magnetik.org/fr/curriculum-vitae/
Mobile : +33 (0) 6 75 30 15 33