On 08/09/13 13:04, John A. Fereira wrote:
Yesterday I started working on getting a fuseki 1.0.0-SNAPSHOT with
SDB that could be used for connecting to a VIVO instance.

I had previously done this with the 0.2.6 version of fuseki just be
creating a "lib" directory in the fuseki distribution, copying the
additional dependency libraries (SDB, mysql jdbc driver, etc) into
that directory and then constructed a CLASSPATH with all of those
libraries (plus fuseki-server.jar).    When I do the same thing with
the 1.0.0-SNAPSHOT version, and try to start up fuseki it doesn't
seem to find the SDB class.   Is the 1.0.0-SNAPSHOT version doing
something weird with the CLASSPATH?


Nothings changed IIRC.

The scripts start the server with "-jar fuseki-server.jar" which means only the fuseki-server.jar is looked at.

How exactly are you starting the server?
Did you change "-jar" to "-cp"?

        Andy


Reply via email to