Java file reading on regular intervals
931990Apr 20 2012 — edited Apr 25 2012Hi
I would like to know whether I can do this in Java.
I have a log file which is getting logs appended to it.
I need to read that file every five seconds, That is I should read only the new entries appended to that file every five seconds and update it to the database.
Please help.
Regards
Guru