Possible Duplicate:
How to schedule a periodic task in Java?
I need to write a method (in a thread) that will work automatically everyday at 00:05. (method will be run on server).
I've looked it up in Google and on this site but all results were about different languages (mostly C#). How do I achieve that in Java?