1 Internal Compiler Error 2 Out of memory 3 Invalid code: '%s' 4 Cannot open class file '%s' for reading 5 Cannot open class file '%s' for writing 6 Cannot read class file '%s' 7 Cannot write class file '%s' 8 Cannot locate class file '%s' 9 Class file '%s' contains invalid data 10 Syntax error 11 Expected ':' 12 Expected ';' 13 Expected '(' 14 Expected ')' 15 Expected ']' 16 Expected '{' 17 Expected '}' 18 Expected 'while' 19 Expected identifier 20 Expected 'class' or 'interface' 21 Expected type specifier 22 Expected end of file 23 Expected 'catch' or 'finally' 24 Expected method body 25 Expected statement 26 Expected Unicode escape sequence 27 Identifier too long 28 Invalid number 29 Invalid character 30 Invalid character constant 31 Invalid escape character 32 Unterminated string constant 33 Unterminated comment 34 Nested comment 35 Initializer block must be declared 'static' 36 A data member cannot be 'native', 'abstract' or 'synchronized' 37 A method cannot be 'transient' or 'volatile' 38 'final' members must be initialized 39 'finally' cannot be mixed with 'catch' 40 Cannot define body for abstract/native methods 41 Duplicate modifier 42 Only classes can implement interfaces 43 Redeclaration of member '%s' 44 Cannot find definition for class '%s' 45 '%s' is not a class name 46 '%s' is not an interface name 47 '%s' is not a package name 48 Cannot extend final class '%s' 49 Undefined name '%s' 50 '%s' is not a member of '%s' 51 Undefined package '%s' 52 The class '%s' has not been imported 53 Ambiguous name: '%s' and '%s' 54 Methods '%s' and '%s' differ only in return type 55 A constructor may not specify a return type 56 Missing return type specification 57 Class file '%s' doesn't contain class '%s' 58 Cannot have a variable of type 'void' 59 Cannot reference member '%s' without an object 60 Invalid forward reference to member '%s' 61 The members '%s' and '%s' differ in return type only 62 Attempt to reduce access level of member '%s' 63 Declare the class abstract, or implement abstract member '%s' 64 Local variable '%s' shadows another local variable 65 Cannot assign to this expression 66 'this' can only be used in non-static methods 67 Cannot convert '%s' to '%s' 68 Cannot implicitly convert '%s' to '%s' 69 Cannot apply '.' operator to an operand of type '%s' 70 Need argument list for call to member '%s' 71 Cannot use argument list with '%s' 72 '%s' is not a member of class '%s' 73 '%s' cannot access member '%s' 74 Operator cannot be applied to '%s' and '%s' values 75 Invalid call 76 Too many arguments for method '%s' 77 Not enough arguments for method '%s' 78 Class '%s' doesn't have a method that matches '%s' 79 Ambiguity between '%s' and '%s' 80 Value for argument '%s' cannot be converted from '%s' in call to '%s' 81 Value for argument %s cannot be converted from '%s' in call to '%s' 82 Class '%s' doesn't have a constructor that matches '%s' 83 'super()' may only be called within a constructor 84 Cannot return a value from a 'void' method 85 Expected return value of type '%s' 86 '[]' cannot be applied to a value of type '%s' 87 The 'goto' statement is not currently supported by Java 88 Switch expression may not have type '%s' 89 Already had 'case %s:' 90 Already had 'default' 91 'case' outside of switch statement 92 Constant expression expected 93 'break' only allowed in loops and switch statements 94 Label '%s' not found 95 'continue' only allowed in loop 96 Class value expected 97 Class or array expected 98 Attempt to access non-existent member of '%s' 99 The 'toString' method must return 'String' 100 Cannot throw '%s' - the type does not inherit from 'Throwable' 101 The type '%s' does not inherit from 'Throwable' 102 Handler for '%s' hidden by earlier handler for '%s' 103 Cannot override final method '%s' 104 Unreachable statement or declaration 105 Method '%s' must return a value 106 Class '%s' has a circular dependency 107 Missing array dimension 108 Cannot 'new' an instance of type '%s' 109 Cannot 'new' an instance of abstract class '%s' 110 Cannot 'new' an interface '%s' 111 Invalid use of array initializer 112 Cannot assign final variable '%s' 113 Call to constructor must be first in constructor 114 Cannot reference 'this' in constructor call 115 Cannot call constructor recursively 116 Variable '%s' may be used before initialization 117 Cannot declare a class to be 'private' 118 Too many local variables in method - must be <= 256 119 Too much code in method 120 Divide or mod by zero 121 Unable to recover from previous error(s) 122 Exception '%s' not caught or declared by '%s' 123 Multiple inheritance of classes is not supported 124 Operator cannot be applied to '%s' values 125 'finally' without 'try' 126 'catch' without 'try' 127 'else' without 'if' 128 Cannot declare an interface to be 'final' 129 Cannot declare a class to be 'abstract' and 'final' 130 Cannot declare an interface method to be 'native', 'static', 'synchronized', or 'final' 131 Cannot declare a method to be '%s' and '%s' 132 Cannot declare a field to be '%s' and '%s' 133 Constructors cannot be declared 'native', 'abstract', 'static', 'synchronized', or 'final' 134 Interfaces cannot have constructors 135 Interface data members cannot be declared 'transient', 'volatile', 'private', or 'protected' 136 Public class '%s' should not be defined in '%s' 137 Code page %d not supported 138 Interface cannot have static initializer 139 Invalid label 140 Cannot override static method '%s' 141 Argument cannot have type void 142 Cannot make direct (non-virtual) call to abstract method '%s' 143 Cannot throw exception '%s' from initializer '%s' 144 Cannot find definition for interface '%s' 145 Output directory too long: '%s%s%s' 146 Cannot create output directory '%s' 147 Cannot access private member '%s' in class '%s' from '%s' 148 Cannot reference instance method '%s' before superclass constructor has been called 149 The value '%s' cannot be represented by type '%s' 150 Cannot have repeated interface '%s' 151 Variable '%s' is already defined in this method 152 Ambiguous reference to '%s' in interfaces '%s' and '%s' 153 Could not load type library '%s' -- LoadTypeLib() failed 154 Could not get library attribute 155 Could not get library name 156 Could not load library %s looking for %s 157 Could not load type %s from library %s 158 Class '%s' already defined 159 '@' must be followed by the response file name 160 response file '%s' could not be opened 161 Cannot open source file: '%s' 162 Failed to initialize compiler - maybe you didn't set the class path? 163 Array '%s' missing array index 164 Ambiguous import of class '%s' from more than one package 165 Cannot throw exception '%s' from method '%s' -- it is not a subclass of any exceptions thrown from overloaded method '%s' 166 Cannot access member '%s' in class '%s' from '%s' -- it is in a different package 167 Non static methods can't be overriden by a static method 168 The declaration of an abstract method must appear within an abstract class 169 Cannot access '%s' -- only public classes and interfaces in other packages can be accessed. 170 Cannot load predefined class '%s' -- is CLASSPATH set correctly? 171 Could not load type %d from library %s 172 Could not load type %s.%s from library %s 173 Found class '%s' in package '%s' rather than package '%s' 174 Cannot find path specifier for trusted .class files. 175 Cannot invoke method on 'null' literal 176 Duplicate label '%s' nested inside another label with same name 177 Cannot open class file %s 178 Bad format for %s. Required format: 8-4-4-4-12 (numbers of hexadecimal digits) 179 Cannot process IDL file %s 180 %s is an interface file. Specify a class file. 181 Cannot create IDL file %s 182 Cannot create TLB file %s 183 Cannot create REG file %s 184 Cannot register component using %s 185 Too many parameters. JavaIDL takes only one parameter. 186 With the switch /w-, a class file must be given as the parameter. 187 The class %s is a Java-callable wrapper for an ActiveX component. 188 When using the /IDL and /w- command-line switches, use the %s switch to specify the UUID. 190 IID %s was not found in type library generated from %s 191 Cannot find C-preprocessor executable %s 192 Cannot find include directory %s 5001 Local variable '%s' is initialized but never used 5002 Compiler option '%s' not supported 5003 Ignoring unknown compiler option '%s' 5004 Missing argument for compiler option '%s' 5005 Package '%s' was already implicitly imported 5006 'private protected' not supported, using 'protected' 5007 Non standard conversion from '%s' to '%s' 5008 method %s contains data types that cannot be accurately and safely represented in Java. The method will not be converted. 5009 method %s is not compatible with Automation 5010 Ignoring switch %s since switch %s was specified 5011 Method %s contains types that are not translatable between COM and Java. The method was not converted. 5012 Duplicate method name %s, not converted 5013 %s %s was not found in the type library generated from %s. 5014 The CLSID specified in %s was not found in the type library generated from %s. 10001 Loading class: %s 10002 Loading class: %s (referenced in %s) 10003 Creating class %s 10004 %s is out of date or does not exist 10005 Generating file %s 10006 Parsing %s: 10007 Compiling %s: 10008 Creating Java interfaces for ActiveX component 10009 Registering ActiveX component, using %s 10010 Spawning process to do command: %s 10011 Verifying input files 10012 Parsing class file %s 10013 Creating IDL file to describe class %s 10014 Creating Registry entry file for Java ActiveX component %s 20002 Copyright (C) Microsoft Corp 1996. All rights reserved.\n 20021 Using classpath:\n %s\n 20022 warning 20023 error 20024 fatal error 20033 Microsoft (R) Visual J++ ActiveX Component Wizard for Java Version %1u.%02u.%04u\n 20034 Usage: JAVAIDL [options] 20035 /d create dual interface 20036 /t[-] compile IDL to TLB file 20037 /r[-] register class 20038 /IDL use the IDL file 20039 /TLB name the TLB file 20040 /REG name the REG file 20041 /LibName name the library 20042 /CLSID use this UUID for the class ID 20043 /IID use this UUID for the interface ID 20044 /LIBID use this UUID for the library ID 20045 /w[-] wizard interface 20046 /v verbose 20047 Type Library 20048 Interface 20049 Method 20050 Object 20051 *** Change your Java source file to include the following code fragment *** 20052 *** Change the target directory for the project to \Java\Lib,\n where is your Windows 95 or Windows NT installation directory *** 20053 *** Recompile the Java source file *** 20054 /CL specify the C preprocessor 20055 /EXEPATH specify the location of the tools 20056 /INCL specify the location of the IDL files 20057 // skipping method %s - contains non-translatable types 20058 Select the Interface 20059 Select the coclass 20060 Class 61440 Open 61441 Save As 61442 All Files (*.*) 61443 Untitled 61446 an unnamed file 61457 &Hide 61472 No error message is available. 61473 An unsupported operation was attempted. 61474 A required resource was unavailable. 61475 Out of memory. 61476 An unknown error has occurred. 61696 Invalid filename. 61697 Failed to open document. 61698 Failed to save document. 61699 Save changes to %1? 61700 Failed to create empty document. 61701 The file is too large to open. 61702 Could not start print job. 61703 Failed to launch help. 61704 Internal application error. 61705 Command failed. 61706 Insufficient memory to perform operation. 61707 System registry entries have been removed and the INI file (if any) was deleted. 61708 Not all of the system registry entries (or INI file) were removed. 61709 This program requires the file %s, which was not found on this system. 61710 This program is linked to the missing export %s in the file %s. This machine may have an incompatible version of %s. 61712 Please enter an integer. 61713 Please enter a number. 61714 Please enter an integer between %1 and %2. 61715 Please enter a number between %1 and %2. 61716 Please enter no more than %1 characters. 61717 Please select a button. 61718 Please enter an integer between 0 and 255. 61719 Please enter a positive integer. 61720 Please enter a date and/or time. 61721 Please enter a currency. 61728 Unexpected file format. 61729 %1\nCannot find this file.\nPlease verify that the correct path and file name are given. 61730 Destination disk drive is full. 61731 Unable to read from %1, it is opened by someone else. 61732 Unable to write to %1, it is read-only or opened by someone else. 61733 An unexpected error occurred while reading %1. 61734 An unexpected error occurred while writing %1. 61836 Unable to read write-only property. 61837 Unable to write read-only property. 61840 Unable to load mail system support. 61841 Mail system DLL is invalid. 61842 Send Mail failed to send message. 61856 No error occurred. 61857 An unknown error occurred while accessing %1. 61858 %1 was not found. 61859 %1 contains an invalid path. 61860 %1 could not be opened because there are too many open files. 61861 Access to %1 was denied. 61862 An invalid file handle was associated with %1. 61863 %1 could not be removed because it is the current directory. 61864 %1 could not be created because the directory is full. 61865 Seek failed on %1 61866 A hardware I/O error was reported while accessing %1. 61867 A sharing violation occurred while accessing %1. 61868 A locking violation occurred while accessing %1. 61869 Disk full while accessing %1. 61870 An attempt was made to access %1 past its end. 61872 No error occurred. 61873 An unknown error occurred while accessing %1. 61874 An attempt was made to write to the reading %1. 61875 An attempt was made to access %1 past its end. 61876 An attempt was made to read from the writing %1. 61877 %1 has a bad format. 61878 %1 contained an unexpected object. 61879 %1 contains an incorrect schema. 61888 pixels