Website / JAR help
Hello folks,
I've written a simple application which I can execute as a JAR in a .bat file.
It (very) basically updates 5 html files every 20 mins.
I would like to have this JAR running on my website, updating every 20 mins but am unsure how to do this. I've read some of the tutorial and it mentions applets but my application isn't really an applet - there is no user input (apart from a double-click at the start) and the output is the 5 files.
For illustrative purposes the JAR file is called MyJAR.jar, the main class is Main.class and the 5 html files it creates are file1.html, file2.html etc, and my website is called www.mywebsite.com.
Thanks for any advice :)

