:: com :: sun :: star :: java ::
|
exception JavaVMCreationFailureException |
- Base Hierarchy
JavaVMCreationFailureException
┗ JavaInitializationException
┗ ::com::sun::star::uno::DeploymentException
┗ ::com::sun::star::uno::RuntimeException
┗ ::com::sun::star::uno::Exception
|
- Description
- indicates that the Java Virtual Machine could not be created
This exception can be thrown when the creation of the Java Virtual
Machine failed, even if the runtime library could be loaded.
Possible reasons for a failure are that JNI_CreateJavaVM returns
an error code that reflects a failure, JNI_CreateJavaVM does not
return because it tries to quit the process ( _exit), the shared
library is corrupted, so that the symbols for JNI_GetDefaultVMInitArgs
or JNI_CreateJavaVM cannot be found, etc.
- Since
- OOo 1.1.2
|
Elements' Summary |
ErrorCode |
contains an error code that reflects the returned error code of
JNI_CreateJavaVM or other errors. A negative value represents
the returned error code of JNI_CreateJavaVM. All other values
indicate a different cause.
|
Elements' Details |
ErrorCode
long ErrorCode;
- Description
- contains an error code that reflects the returned error code of
JNI_CreateJavaVM or other errors. A negative value represents
the returned error code of JNI_CreateJavaVM. All other values
indicate a different cause.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.