How can I write a Java daemon program in Windows OS?

Who can tell me how to write a Java daemon program in Windows Operation System, like what the Java Application Server can do:asadmin start-domain
[159 byte] By [liaodongyana] at [2007-11-27 0:56:04]
# 1
Depends on what you mean. Use javaw instead of java to launch your application, and don't include an UI.Kaj
kajbja at 2007-7-11 23:29:04 > top of Java-index,Java Essentials,Java Programming...