home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / javasdk / sdk-java.exe / SDKJava.cab / Samples / JView / JView.rc < prev    next >
Encoding:
Text File  |  1996-10-10  |  4.5 KB  |  145 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include <winnt.h>
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16.  
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22.  
  23. #ifdef APSTUDIO_INVOKED
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // TEXTINCLUDE
  27. //
  28.  
  29. 1 TEXTINCLUDE DISCARDABLE 
  30. BEGIN
  31.     "resource.h\0"
  32. END
  33.  
  34. 2 TEXTINCLUDE DISCARDABLE 
  35. BEGIN
  36.     "#include <winnt.h>\0"
  37. END
  38.  
  39. 3 TEXTINCLUDE DISCARDABLE 
  40. BEGIN
  41.     "\0"
  42. END
  43.  
  44. #endif    // APSTUDIO_INVOKED
  45.  
  46.  
  47. #ifndef _MAC
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // Version
  51. //
  52.  
  53. 1 VERSIONINFO
  54.  FILEVERSION 4,79,0,1202
  55.  PRODUCTVERSION 4,79,0,1202
  56.  FILEFLAGSMASK 0x3fL
  57. #ifdef _DEBUG
  58.  FILEFLAGS 0xbL
  59. #else
  60.  FILEFLAGS 0xaL
  61. #endif
  62.  FILEOS 0x10001L
  63.  FILETYPE 0x1L
  64.  FILESUBTYPE 0x0L
  65. BEGIN
  66.     BLOCK "StringFileInfo"
  67.     BEGIN
  68.         BLOCK "040904E4"
  69.         BEGIN
  70.             VALUE "CompanyName", "Microsoft Corporation\0"
  71.             VALUE "FileDescription", "Microsoft« Visual J++ Command-line Interpreter\0"
  72.             VALUE "FileVersion", "4.70.1202\0"
  73.             VALUE "InternalName", "JView\0"
  74.             VALUE "LegalCopyright", "Copyright ⌐ Microsoft Corp. 1996\0"
  75.             VALUE "OriginalFilename", "JVIEW.EXE\0"
  76.             VALUE "ProductName", "Microsoft«  Plus!  for  Windows«  95\0"
  77.             VALUE "ProductVersion", "4.70.1202\0"
  78.         END
  79.     END
  80.     BLOCK "VarFileInfo"
  81.     BEGIN
  82.         VALUE "Translation", 0x409, 1252
  83.     END
  84. END
  85.  
  86. #endif    // !_MAC
  87.  
  88.  
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // String Table
  92. //
  93.  
  94. STRINGTABLE DISCARDABLE 
  95. BEGIN
  96.     IDS_OUTOFMEMORY         "Out of memory"
  97.     IDS_SCODE               "SCODE 0x%lx: Error message unavailable."
  98.     IDS_ERROR               "\nERROR: "
  99.     IDS_COULDNOTINITOLE     "Could not initialize Ole"
  100.     IDS_JAVAVM              "Could not locate Java Virtual Machine"
  101.     IDS_CLASSLOADER         "Could not obtain Java class loader"
  102.     IDS_NOPATHGIVEN         "No path given for %s switch"
  103.     IDS_INVALIDSWITCH       "Invalid command line switch: %s"
  104.     IDS_INVALIDPARAMETER    "Invalid parameter assignment: %s"
  105.     IDS_NOCLASSGIVEN        "No class file given"
  106.     IDS_UNKNOWNERROR        "Unknown error!"
  107.     IDS_EXECUTINGCLASS      "Could not execute %s"
  108.     IDS_PRESSANYKEY         "\nPress any key to continue..."
  109. END
  110.  
  111. STRINGTABLE DISCARDABLE 
  112. BEGIN
  113.     IDS_MEMBERNOTFOUND      "Member not found.\r\n"
  114.     IDS_NOMAIN              "\t%s must have a method of the following form to be run using JView:\n\n\t\tpublic static void main(String args[])\n\n\tIf %s is an applet, you must run it using a browser."
  115.     IDS_NOJAVATHREAD        "Couldn't create thread."
  116. END
  117.  
  118. STRINGTABLE DISCARDABLE 
  119. BEGIN
  120.     IDS_USAGE1              "\nUsage: JView [options] <classname> [arguments]\n\n"
  121.     IDS_USAGE2              "Options:\n"
  122.     IDS_USAGE3              "    /?              displays usage text\n"
  123.     IDS_USAGE4              "    /cp <classpath> set class path\n"
  124.     IDS_USAGE5              "    /cp:p <path>    prepend path to class path\n"
  125.     IDS_USAGE6              "    /cp:a <path>    append path to class path\n"
  126.     IDS_USAGE7              "    /p              pauses before terminating if an error occurs\n"
  127. END
  128.  
  129. STRINGTABLE DISCARDABLE 
  130. BEGIN
  131.     IDS_USAGE8              "    /q              quiet mode, suppresses banner\n\n"
  132.     IDS_USAGE9              "Classname:\n"
  133.     IDS_USAGE10             "    .CLASS file to be executed.\n\n"
  134.     IDS_USAGE11             "Arguments:\n"
  135.     IDS_USAGE12             "    command-line arguments to be passed on to the class file\n"
  136.     IDS_USAGELAST           "~"
  137.     IDS_BANNER1             "Microsoft (R) Command-line Loader for Java (tm) Version %1u.%02u.%04u\n"
  138.     IDS_BANNER2             "Copyright (C) Microsoft Corp 1996. All rights reserved.\n"
  139. END
  140.  
  141. #endif    // English (U.S.) resources
  142. /////////////////////////////////////////////////////////////////////////////
  143.  
  144.  
  145.