home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Bin / jntsvc / readme.txt < prev    next >
Encoding:
Text File  |  1998-03-05  |  839 b   |  22 lines

  1. Here are the steps to create the sample service (TestService.exe):
  2.  
  3. 1)Build the service using the makefile. nmake.exe is available in the
  4. bin directory of the SDK.
  5.  
  6. 2)Install the service by running
  7. TestService /install
  8. from the command prompt.
  9.  
  10. 3)The service is now installed in the NT Service Manager and can be
  11. started, stopped, or paused from the service manager in the Control
  12. Panel.  The stop, start, and pause events will be visible in the Event
  13. Viewer.  The log must be set to look at Application events in order to
  14. see the results.
  15.  
  16. More information is available from the SDK documention.  For the java
  17. package and the use of the generated service, please refer to the java
  18. package reference for com.ms.service.  For information on using the
  19. jntsvc.exe tool, please refer to the tools documentation section.
  20.  
  21.  
  22.