Hi, GuysI deleted a dataset by using FileUtils.deleteDirectory to delete the
directory which holds the dataset. The directory got deleted and the dataset
did not exist. There was no problem. However, the problem arises when the
program keeps running and creates another dataset with the same name (namely,
creates the same directory). All the models and the inside triplets still exist
in the dataset. Although, I've checked that the directory did get deleted
during the running time.
Please shed some light here. Which Jena API Method can we use to completely
delete a dataset?
Thanks,Victor