You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Anton Struzhkin <al...@gmail.com> on 2011/03/19 08:22:53 UTC

TDB usage

Hi. Maybe it is stupid question, but can i use tdb bases dircetly from jena
code, or i need to do it through Joseki?
And i can't find com.hp.hpl.jena.tdb.TDBFactory to use TDBFactory class.


P.S. Sorry for my bad English.

Re: TDB usage

Posted by Damian Steer <d....@bristol.ac.uk>.
On 19 Mar 2011, at 07:22, Anton Struzhkin wrote:

> Hi. Maybe it is stupid question, but can i use tdb bases dircetly from jena
> code, or i need to do it through Joseki?

Yes, you can use it from java. [1]

> And i can't find com.hp.hpl.jena.tdb.TDBFactory to use TDBFactory class.

Check whether tdb-<version>.jar is on your classpath.

Damian

[1] <http://openjena.org/wiki/TDB/JavaAPI>