I need to install a java application onto another machine other than my own as a windows service. The issue is I cannot install any third party software on their machine. My restrictions are pretty the java i write and the software native to windows/microsoft.
I've read that I cannot convert a java application to a windows service without a third party, but could I use a third party to convert a java application to a .exe that can be used as a windows service and deploy it to another machine?