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 -version virtuoso-javavm-t +service start ------- The cmd output is: ---- C:\sourceforge\virtuoso-opensource>java -version java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode) C:\sourceforge\virtuoso-opensource>virtuoso-javavm-t +service start ---- But then the last line pops up a Windows dialog saying the jvm.dll cannot be found. Any ideas? Tricks?