The title sort of sums it up. I was thinking of using Jabaco seeing as it makes .EXEs (as well as .jar files), and I'm more familiar with VB syntax than with Java.

link|improve this question

1  
I you're more familiar with VB than with Java, and you want to create a windows service, why don't you use VB.Net? – erikkallen Oct 26 '09 at 14:05
Partly because I don't know VB.Net, partly because I want to get to know Jabaco, and partly masochism ... – boost Oct 26 '09 at 15:59
feedback

4 Answers

up vote 3 down vote accepted

You could certainly do this with the Java Service Wrapper. I'm not familiar with Jabaco, but I wouldn't be at all surprised if you can simply reference the Jabaco runtime from the Java Service Wrapper. It's a pretty trivial tool to use, and the free variant should be sufficient.

link|improve this answer
feedback

Also, there is a java specific win32 service wrapper: JSL

link|improve this answer
feedback

I'm not sure if you could java directly to create a service, but you can use srvany.exe to run any program as a service.

http://support.microsoft.com/kb/137890

link|improve this answer
feedback

Jpackages dot com have a product called execJ which does exactly that.

I also found an article about how to do it differently here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.