|
I have set up the working enviornment, and havd run the following command in cygwin: $ cd e:/info/sdb $ export SDBROOT="E:/Info/sdb" $ export SDB_USER="root" $ export SDB_PASSWORD="glaserwu" $ export SDB_JDBC="E:/Info/sdb/mysql-5.1.7.jar" $ sdbconfig --sdb=sdb.ttl --create cygwin warning: MS-DOS style path detected: E:/Info/sdb/bin/sdb_init Preferred POSIX equivalent is: /cygdrive/e/Info/sdb/bin/sdb_init CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames $ sdbtruncate --sdb=sdb.ttl --confirm $ sdbload --sdb=sdb.ttl owl-export-unversioned.owl I am now in the process of writing my owl file into MySQL database.(I think it may take me a day to finish it) What should I do after this step is finished in order to query in java(I think I have prepared the .java programme to execute the query)? Is it correct to run $ sdbconfig --sdb=sdb.ttl --create in the next step? Thanks for any help |

