I made a java swing application, but now I need some functionality for backup data from my application.
so I have a screen which gets backup data, backup schedule data, and schedule time.
So I want that on particular date and time, My some part of code which is in one java file, need to start automatically in background, so there is no need to application running or not at same time.
I search here and on Google but I am not getting right solution.
And one thing here that this application runs on Window as well as MAC or Linux environment. So I need for cross-platform.
so please give me some way how I can do this.