- From: Aliza Lila <alizalila@gmail.com>
- Date: Tue, 05 Dec 2006 09:33:32 +0100
- To: www-isaviz@w3.org
Hi, Using some vary basic rdf, partly copied from the W3school website, i keep getting the same console errors. I installed all the latest dependend packages, and configured IsaViz correctly. At least that is what i think i did ;-) One tip, for other users, i solved one problem with a dependency: it involves a jena error: some ../irifactory not found error when i loaded the rdf file (see below). I solved that by modding the classpath in the run.bat by adding something like lib/iri.jar ---- the software --- winxp IsaViz 3.0 alpha jena 2.4 libs copied latest zvtm, graphviz, java etc. ---- end of software list --- ----- sample rdf file ------ <?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cd="http://www.asite.nl/website#"> <rdf:Description rdf:about="http://www.asite.nl/website/page1"> <cd:artist>Bob Dylan</cd:artist> </rdf:Description> <rdf:Description rdf:about="www.asite.nl/website/page2"> <cd:artist>Bonnie Tyler</cd:artist> </rdf:Description> </rdf:RDF> ---- end of sample ---- --- error log ----- RDFLoader.load() java.lang.NumberFormatException: For input string: "11.02" Please verify your directory preferences (GraphViz/DOT might not be configured properly), your default namespace and anonymous node prefix declarations --- end of error log -----
Received on Tuesday, 5 December 2006 08:33:42 UTC