Skip to content
Advertisement

Tag: windows-services

Migrate Java based windows service to Azure

I have a java based windows service, which listens on a tcp port for messages and responds. I would like to migrate it to Azure. I have the option of using a VM and installing it here, however I would prefer a serverless approach. Note: I do not have the source code, just jar files installed using batch command leveraging

How to create a windows service from java app

I’ve just inherited a java application that needs to be installed as a service on XP and vista. It’s been about 8 years since I’ve used windows in any form and I’ve never had to create a service, let alone from something like a java app (I’ve got a jar for the app and a single dependency jar – log4j).

Advertisement