The information in this article applies to:
SYMPTOMSAttempting to drive the COMCallingJava sample through VBDriver.exe or a C++ client sometimes generates an E_OUTOFMEMORY message. CAUSEThe E_OUTOFMEMORY error is generated if the .class file, CEuclid.class, for the class is not in one of the directories in the CLASSPATH. RESOLUTION
To fix the problem, copy CEuclid.class to one of the directories specified
in the CLASSPATH. The %windir%\java\classes directory is one of the
directories that is normally specified in the CLASSPATH. Copy CEuclid.class
to this directory.
STATUSThis behavior is by design. 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 : kberrmsg JCOM |
Last Reviewed: November 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |