I have got a requirement to run a function at specific time of particular day.This time and day at which the function needs to be executed will be provided by the user.The function which needs to be executed generates the pdf file at specific location of the machine.
I new Timer class of java can schedule to run a function at specific time but i have never used it..
Please help me as how to set timer to run a function a specific time of the day..
Thanks in advance..