I have my application on Windows platform and want a java function to be executed everyday at some particular period of time. Need some guidance how to go about it. Have already looked for some previous posts but need some understanding of which method to use and how?
Thanks.
If you’re on Windows, use scheduled task
If you’re on Linux/Unix, use cron