Hi Hugh,
I modified the VirtuosoQueryExecution.java file. That appears to remove the
extra stuff being prepended to my query. Now my queries return data. I
modified the second constructor to now read:
public VirtuosoQueryExecution (String query, VirtGraph graph)
{
virt_graph = graph.getGr
Hello,
I am running Virtuoso 5.0.6 on Mac OX 10.5. I am executing queries against
Virtuoso using Jena 2.5.4. When I run queries that are short (fewer than about
10 lines), they run fine. However, it looks like the longer queries are
getting truncated. I have copied the output from the comm
Hi,
trying to start the virtuoso-javavm-t on Windows(Vista) but having
environment troubles.
---
set JAVA_HOME=C:/Program Files/Java/jdk1.6.0_06
set ANT_HOME=c:/apache/apache-ant-1.7.0
set
PATH=%JAVA_HOME%/jre/bin;%JAVA_HOME%/bin;%JAVA_HOME%/jre/bin/server;%ANT_HOME%/bin;./bin;./lib
java -versi