I need some way of starting my Java application without forcing the user to run the application manually. I\'m not entirely sure how I would do it, can anyone provide any as
Run it as a Windows Service. It's the way to go.
For various ways to run it as a service, check out the answers to the following questions:
You can also read this article.