Hi, I'm trying to use the ServerSocket class in AIR to make a server of some sort. The problem is that I cannot get it to run as a windows service. I used "sc create" to create the service. I don't call nativeWindow.activate, so there shouldn't be a UI. The service is set to log on as my user. But when I try to run it, I get "Error 1053: The service did not respond to the start or control request in a timely fashion".
How can I get it to run as a service?
Thanks,
Sean