Hi
I have a very basic question.
I have a
java application that currently starts via a main program. I want to distribute it to clients so that the application runs on all platforms continuously in the background.
I saw java service wrapper, but I couldn't figure out how to make a distributable file out of it.
I guess java web start would be another solution, but then again how do I make my application run in the background non stop (if it stops then I'd like the OS to restart it....much like a service).
Spent a whole day googling for the answer, but can't find a viable solution.
Thanks
Prnbs