I'm relatively new to Java. I'm using Twitter4J to stream tweets live but only if I physically run it. How do I schedule to let it run at say, 12pm each day without physically running the program from my IDE?
Will appreciate if there are tutorials or so on this.