I am looking for an effective way to run a method on 3PM every day, regardless of when the application was launched or how long it took.
This should be done completely from within the application without OS intervention (e.g. Windows Task Scheduler)
I experimented with java.util.Timer in different configurations, but I did not succeed.
Any help would be appreciated.
Thanks.
java timer scheduling task
user98971
source share