The information in this article applies to:
SYMPTOMSJava's file.list() method does not list files/directories on Windows 95 and Windows 98 with Virtual Machine for Java 2829 when file parameter is specified as File("C:\\") for example. This is true for any path ending with a "\\" specified as a parameter to File, irrespective of whether the program is an applet or an application. RESOLUTIONThe workaround is to append a period "." to the parameter as in File("C:\\."). STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, see the following pages on the Microsoft Technical Support site: http://support.microsoft.com/support/visualj/ (c) Microsoft Corporation <year>, All Rights Reserved. Contributions by Mohan Ananthakrishnan, Microsoft Corporation. Additional query words: Java VM File
Keywords : |
Last Reviewed: November 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |