How to delete jdb files at runtime?
527078Aug 30 2006 — edited Aug 31 2006My problem description is, i have to do complete index will be performed by creating a new empty index and adding content data to that (working index). Searches will continue to use the old (active) index. Once the index process is complete, the working and active indexes are swapped and the working index can be removed in preparation for the next complete analysis.
How can i remove jdb files at runtime without using java.io.File. ? [ According to the ejb specs an ejb should not try to use java.io package to attempt to access a file ].
Thanks,
Katta.