Hello, I have created a
java application which contacs a web service every hour (using threading) and then displays a small JFrame with a message. This application works within the company intranet. I have 2 classes (one which runs the
thread) and another which will display the alert, + a folder containing classes for accessing web services using ksoap.
Here is my problem.
I want to be able to install this program to everyones computer on the LAN (required)
The program has to run as soon as the users computer starts up, it then displays alerts every hour.
So, how do I create my installer, presumably there has to be an exe file? , but I imagine everything else, required classes e.t.c will have to be put into a jar file?
Maybe I'm not so good at explaining, but this is more or les what I am looking for.
Thanks.