I need to take in an input file in DBF format (I believe it is made via Foxpro) and read the records sequentially for processing.
Is there any way to do this in Java without use of external libraries?
Thanks.
(I'm just avoiding use of external libraries as much as possible because I will still need to obtain approval for it)