JVM Languages
jqa300.txt
Associated article: Java Q&A
Tags: JVM Languages
Published source code accompanying the article by Mike Jennings in which he shows how to write NT services in Java. Also see JQA300.ZIP.
Java Q&A by Mike Jennings Listing One void _stdcall ServiceMain(int argc,char **args) Listing Two void _stdcall Handler(int signal) Listing Three typedef map<string,TService *> string_service_map; string_service_map name_to_service; ...


