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 :)

[709 byte] By [The_Sandman_81a] at [2007-11-26 13:46:19]
# 1
That seems more like an OS related issue. Just setup some scheduler on the OS you're using and tell is to execute this Java program at regular intervals.
Lion-Oa at 2007-7-8 1:21:18 > top of Java-index,Desktop,Deploying...
# 2
Sorry for being thick - I haven't got as far having an OS for my website.All I have is a website and an executable jar that schedules the next update and then updates the files.basically - what do I need to do to get this jar to execute via my website whilst my PC isn't
The_Sandman_81a at 2007-7-8 1:21:18 > top of Java-index,Desktop,Deploying...