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