home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Bin / jntsvc / jntsvc.exe / string.txt next >
Encoding:
Text File  |  1998-03-05  |  2.0 KB  |  38 lines

  1. 200    Unrecognized switch: %s\n
  2. 201    Unable to open command file: %s\n
  3. 202    Unable to write to file: %s\n
  4. 203    Adding file: %s as %s\n
  5. 205    No main class file specified.\n
  6. 206    No class files found.\n
  7. 207    Unable to open output file: %s\n
  8. 208    Unable to update class resources in file: %s\n
  9. 209    Ignoring file: %s\n
  10. 210    Service class file %s was not found in the specified files.\n
  11. 211    Invalid path: %s\n
  12. 212    Insufficient memory.\n
  13. 213    %s: Message for Win32 error code 0x%lx unavailable.\n
  14. 214    Could not create output file.\n
  15. 215    A service must be declared with /svcmain before option '%s' may be specified.\n
  16. 216    Warning: Missing argument for %s option\n
  17. 217    Missing service name for /svcmain option.\n
  18. 250    \nMicrosoft NT (R) Service for Java(tm) Generator Version %s\n
  19. 251    Copyright (C) Microsoft Corp 1996-1997. All rights reserved.\n\n
  20. 300    Usage: JNTSVC [options] [@command file] files\n
  21. 301    \noptions:\n
  22. 302      /BASE:<dir>              Set base directory.\n
  23. 303      /OUT:<filename>          Set output file name.\n
  24. 304      /R                       Recurse into sub-directories.\n
  25. 305      /R-                      Do not Recurse into sub-directories (default).\n
  26. 306      /V                       Verbose output.\n
  27. 307      /SVCMAIN:<classname>     Set main class file. Required. May be followed\n
  28. 308                               by one or more service-specific options.\n
  29. 309    \nservice-specific options:\n
  30. 310      /SERVICENAME:<filename>  Set service name.\n
  31. 311      /DISPLAYNAME:<filename>  Set service display name.\n
  32. 312      /EVENTSOURCE:<name>      Set event source name in error log.\n
  33. 313      /CLASSPATH:<path>        Set any additional class paths required.\n
  34. 314      files                    List of class files needed to run service.\n
  35. 315    \n  Note that multiple services are supported, but that each must be preceeded\n
  36. 316      by a /SVCMAIN switch specifying the service class name.\n
  37. 317    \nEg. JNTSVC *.class /OUT:Services.EXE /SVCMAIN:MyService1\n    "/SERVICENAME:Unique Name" /SVCMAIN:MyService2\n
  38.