The information in this article applies to:
SYMPTOMSThe Java Language Compiler (jvc) generates various compiler errors when a string literal exceeds 1000 characters on one line. WORKAROUNDYou can avoid having string literals that exceed 1000 characters by breaking your string literal into multiple lines and using the + (plus sign) operator to combine the strings. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual J++ 1.1. MORE INFORMATIONSteps to Reproduce BehaviorThe following sample code generates one or more of the following errors:
REFERENCESFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, see the following page on the Microsoft Technical Support site: http://support.microsoft.com/support/visualj/ Additional query words:
Keywords : kbCommandLine kbVJ100bug kbVJ110fix kbDSupport |
Last Reviewed: November 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |