On 23/05/11 20:27, Srecko Joksimovic wrote:
Hello everyone! I am trying to call tdbloader on Windows OS. I have also installed Cygwin, because there is no other way to use tdbloader on Windows, as I know.
On windows, you can invoke it directly java -cp ...\lib\* tdb.tdbloader
I thought that I have configured everything right, but when I try: ./bin/tdbloader -loc=C:/temp/tdb C:/temp/file.rdf I am getting this message: C:/tdb-0.8.10/TDB-0.8.10/bin/tdb_init: line 33: basename: command not found
You don't have "basename" installed or not on PATH - it's in cygwin package coreutils I think (was sh-utils).
./bin/tdbloader: line 4: exec: java: not found
PATH does not include java maybe?
Does anyone have an idea what could be a problem?
PATH problem?
Best, Srecko
