I have a JAVA project that updates a database.
But I have to manually run the project so the database becomes updated. And when I forget, it's just a pain in the ass, so my boss comes to me and starts to say a lot of things.
I want to export a .jar file that runs when Windows starts, checks if the database is updated, and, if not, update it.
Is there any way to do that?