home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / system.z / JAVATLB.EXE / string.txt next >
Text File  |  1996-10-10  |  10KB  |  222 lines

  1. 1    Internal Compiler Error
  2. 2    Out of memory
  3. 3    Invalid code: '%s'
  4. 4    Cannot open class file '%s' for reading
  5. 5    Cannot open class file '%s' for writing
  6. 6    Cannot read class file '%s'
  7. 7    Cannot write class file '%s'
  8. 8    Cannot locate class file '%s'
  9. 9    Class file '%s' contains invalid data
  10. 10    Syntax error
  11. 11    Expected ':'
  12. 12    Expected ';'
  13. 13    Expected '('
  14. 14    Expected ')'
  15. 15    Expected ']'
  16. 16    Expected '{'
  17. 17    Expected '}'
  18. 18    Expected 'while'
  19. 19    Expected identifier
  20. 20    Expected 'class' or 'interface'
  21. 21    Expected type specifier
  22. 22    Expected end of file
  23. 23    Expected 'catch' or 'finally'
  24. 24    Expected method body
  25. 25    Expected statement
  26. 26    Expected Unicode escape sequence
  27. 27    Identifier too long
  28. 28    Invalid number
  29. 29    Invalid character
  30. 30    Invalid character constant
  31. 31    Invalid escape character
  32. 32    Unterminated string constant
  33. 33    Unterminated comment
  34. 34    Nested comment
  35. 35    Initializer block must be declared 'static'
  36. 36    A data member cannot be 'native', 'abstract' or 'synchronized'
  37. 37    A method cannot be 'transient' or 'volatile'
  38. 38    'final' members must be initialized
  39. 39    'finally' cannot be mixed with 'catch'
  40. 40    Cannot define body for abstract/native methods
  41. 41    Duplicate modifier
  42. 42    Only classes can implement interfaces
  43. 43    Redeclaration of member '%s'
  44. 44    Cannot find definition for class '%s'
  45. 45    '%s' is not a class name
  46. 46    '%s' is not an interface name
  47. 47    '%s' is not a package name
  48. 48    Cannot extend final class '%s'
  49. 49    Undefined name '%s'
  50. 50    '%s' is not a member of '%s'
  51. 51    Undefined package '%s'
  52. 52    The class '%s' has not been imported
  53. 53    Ambiguous name: '%s' and '%s'
  54. 54    Methods '%s' and '%s' differ only in return type
  55. 55    A constructor may not specify a return type
  56. 56    Missing return type specification
  57. 57    Class file '%s' doesn't contain class '%s'
  58. 58    Cannot have a variable of type 'void'
  59. 59    Cannot reference member '%s' without an object
  60. 60    Invalid forward reference to member '%s'
  61. 61    The members '%s' and '%s' differ in return type only
  62. 62    Attempt to reduce access level of member '%s'
  63. 63    Declare the class abstract, or implement abstract member '%s'
  64. 64    Local variable '%s' shadows another local variable
  65. 65    Cannot assign to this expression
  66. 66    'this' can only be used in non-static methods
  67. 67    Cannot convert '%s' to '%s'
  68. 68    Cannot implicitly convert '%s' to '%s'
  69. 69    Cannot apply '.' operator to an operand of type '%s'
  70. 70    Need argument list for call to member '%s'
  71. 71    Cannot use argument list with '%s'
  72. 72    '%s' is not a member of class '%s'
  73. 73    '%s' cannot access member '%s'
  74. 74    Operator cannot be applied to '%s' and '%s' values
  75. 75    Invalid call
  76. 76    Too many arguments for method '%s'
  77. 77    Not enough arguments for method '%s'
  78. 78    Class '%s' doesn't have a method that matches '%s'
  79. 79    Ambiguity between '%s' and '%s'
  80. 80    Value for argument '%s' cannot be converted from '%s' in call to '%s'
  81. 81    Value for argument %s cannot be converted from '%s' in call to '%s'
  82. 82    Class '%s' doesn't have a constructor that matches '%s'
  83. 83    'super()' may only be called within a constructor
  84. 84    Cannot return a value from a 'void' method
  85. 85    Expected return value of type '%s'
  86. 86    '[]' cannot be applied to a value of type '%s'
  87. 87    The 'goto' statement is not currently supported by Java
  88. 88    Switch expression may not have type '%s'
  89. 89    Already had 'case %s:'
  90. 90    Already had 'default'
  91. 91    'case' outside of switch statement
  92. 92    Constant expression expected
  93. 93    'break' only allowed in loops and switch statements
  94. 94    Label '%s' not found
  95. 95    'continue' only allowed in loop
  96. 96    Class value expected
  97. 97    Class or array expected
  98. 98    Attempt to access non-existent member of '%s'
  99. 99    The 'toString' method must return 'String'
  100. 100    Cannot throw '%s' - the type does not inherit from 'Throwable'
  101. 101    The type '%s' does not inherit from 'Throwable'
  102. 102    Handler for '%s' hidden by earlier handler for '%s'
  103. 103    Cannot override final method '%s'
  104. 104    Unreachable statement or declaration
  105. 105    Method '%s' must return a value
  106. 106    Class '%s' has a circular dependency
  107. 107    Missing array dimension
  108. 108    Cannot 'new' an instance of type '%s'
  109. 109    Cannot 'new' an instance of abstract class '%s'
  110. 110    Cannot 'new' an interface '%s'
  111. 111    Invalid use of array initializer
  112. 112    Cannot assign final variable '%s'
  113. 113    Call to constructor must be first in constructor
  114. 114    Cannot reference 'this' in constructor call
  115. 115    Cannot call constructor recursively
  116. 116    Variable '%s' may be used before initialization
  117. 117    Cannot declare a class to be 'private'
  118. 118    Too many local variables in method - must be <= 256
  119. 119    Too much code in method
  120. 120    Divide or mod by zero
  121. 121    Unable to recover from previous error(s)
  122. 122    Exception '%s' not caught or declared by '%s'
  123. 123    Multiple inheritance of classes is not supported
  124. 124    Operator cannot be applied to '%s' values
  125. 125    'finally' without 'try'
  126. 126    'catch' without 'try'
  127. 127    'else' without 'if'
  128. 128    Cannot declare an interface to be 'final'
  129. 129    Cannot declare a class to be 'abstract' and 'final'
  130. 130    Cannot declare an interface method to be 'native', 'static', 'synchronized', or 'final'
  131. 131    Cannot declare a method to be '%s' and '%s'
  132. 132    Cannot declare a field to be '%s' and '%s'
  133. 133    Constructors cannot be declared 'native', 'abstract', 'static', 'synchronized', or 'final'
  134. 134    Interfaces cannot have constructors
  135. 135    Interface data members cannot be declared 'transient', 'volatile', 'private', or 'protected'
  136. 136    Public class '%s' should not be defined in '%s'
  137. 137    Code page %d not supported
  138. 138    Interface cannot have static initializer
  139. 139    Invalid label
  140. 140    Cannot override static method '%s'
  141. 141    Argument cannot have type void
  142. 142    Cannot make direct (non-virtual) call to abstract method '%s'
  143. 143    Cannot throw exception '%s' from initializer '%s'
  144. 144    Cannot find definition for interface '%s'
  145. 145    Output directory too long: '%s%s%s'
  146. 146    Cannot create output directory '%s'
  147. 147    Cannot access private member '%s' in class '%s' from '%s'
  148. 148    Cannot reference instance method '%s' before superclass constructor has been called
  149. 149    The value '%s' cannot be represented by type '%s'
  150. 150    Cannot have repeated interface '%s'
  151. 151    Variable '%s' is already defined in this method
  152. 152    Ambiguous reference to '%s' in interfaces '%s' and '%s'
  153. 153    Could not load type library '%s' -- LoadTypeLib() failed
  154. 154    Could not get library attribute
  155. 155    Could not get library name
  156. 156    Could not load library %s looking for %s
  157. 157    Could not load type %s from library %s
  158. 158    Class '%s' already defined
  159. 159    '@' must be followed by the response file name
  160. 160    response file '%s' could not be opened
  161. 161    Cannot open source file: '%s'
  162. 162    Failed to initialize compiler - maybe you didn't set the class path?
  163. 163    Array '%s' missing array index
  164. 164    Ambiguous import of class '%s' from more than one package
  165. 165    Cannot throw exception '%s' from method '%s' -- it is not a subclass of any exceptions thrown from overloaded method '%s'
  166. 166    Cannot access member '%s' in class '%s' from '%s' -- it is in a different package
  167. 167    Non static methods can't be overriden by a static method
  168. 168    The declaration of an abstract method must appear within an abstract class
  169. 169    Cannot access '%s' -- only public classes and interfaces in other packages can be accessed.
  170. 170    Cannot load predefined class  '%s' -- is CLASSPATH set correctly?
  171. 171    Could not load type %d from library %s
  172. 172    Could not load type %s.%s from library %s
  173. 173    Found class '%s' in package '%s' rather than package '%s'
  174. 174    Cannot find path specifier for trusted .class files.
  175. 5001    Local variable '%s' is initialized but never used
  176. 5002    Compiler option '%s' not supported
  177. 5003    Ignoring unknown compiler option '%s'
  178. 5004    Missing argument for compiler option '%s'
  179. 5005    Package '%s' was already implicitly imported
  180. 5006    'private protected' not supported, using 'protected'
  181. 5007    Non standard conversion from '%s' to '%s'
  182. 5008    method %s contains data types that cannot be accurately and safely represented in Java. The method will not be converted.
  183. 5009    method %s is not compatible with Automation
  184. 10001        Loading class: %s
  185. 10002        Loading class: %s (referenced in %s)
  186. 10003        Creating class %s
  187. 10004        %s is out of date or does not exist
  188. 10005        Generating file '%s'
  189. 10006    Parsing %s:
  190. 10007    Compiling %s:
  191. 20001    Microsoft (R) Visual J++ Compiler Version %1u.%02u.%04u\n
  192. 20002    Copyright (C) Microsoft Corp 1996. All rights reserved.\n
  193. 20003    Microsoft (R) Visual J++ Java Typelib Conversion Utility Version %1u.%02u.%04u\n
  194. 20004    Usage: JVC [options] <filename>
  195. 20005     /cp <classpath> set class path for compilation
  196. 20006     /cp:p <path>    prepend path to class path
  197. 20007     /cp:o[-]        print classpath
  198. 20008     /d <directory>  root directory for class file output
  199. 20009     /g[-]           full debug information (g:l, g:d)
  200. 20010       /g:l[-]       generate line numbers <default=none>
  201. 20011       /g:t[-]       generate debug tables <default=none>
  202. 20012     /nowarn         turn off warnings <default=warn>
  203. 20013     /nowrite        compile only - do not generate class files
  204. 20014     /O[-]           full optimization (O:I,O:J)
  205. 20015       /O:I[-]       optimize by inlining <default=no opt>
  206. 20016       /O:J[-]       optimize bytecode jumps <default=no opt>
  207. 20017     /verbose        print messages about compilation progress
  208. 20018     /w{0-4}         set warning level <default=2>
  209. 20019     /x[-]           disable extensions <default=enabled>
  210. 20020    '-' turns flag off
  211. 20021    Using classpath:\n    %s\n
  212. 20022    warning
  213. 20023    error
  214. 20024    fatal error
  215. 20025    Usage: JAVATLB [options] <filename>
  216. 20026     /U              unassemble class file
  217. 20027     /p <package>    set package for types
  218. 20028     /U:T            generate type library summary information
  219. 20029     /p:b[-]         include basename as package <default=include>
  220. 20031     /X:m[-]         auto-marshal COM parameters <default=on>
  221. 20032     /X:s[-]         safe scripting - enable dynamic interface <default=off>
  222.