I am trying to use tdbloader2 on mac os 10.8.4 from command line. I have all my triples successfully loaded into a tdb stored in directory "tdb." I am sure it is successfully loaded because I can run any query on it successfully. So I try:
apache-jena-2.10.1/bin/tdbloader2 --loc=NetBeansProjects/mdrolder/trunk/luceneIndexes NetBeansProjects/mdrolder/trunk/tdb And I get Exception in thread "main" org.apache.jena.atlas.AtlasException: java.io.FileNotFoundException: NetBeansProjects/mdrolder/trunk/tdb (Is a directory). Which makes sense, I just do not understand how I am supposed to load the tdb though. Should I just use one of the files within the TDB? Thanks, Brad
