:: com :: sun :: star :: java ::

exception MissingJavaRuntimeException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::uno::RuntimeException
    |
    +-::com::sun::star::uno::DeploymentException
       |
       +-JavaInitializationException
          |
          +-MissingJavaRuntimeException
Description
indicates that the Java runtime library could not be found.

This happens when a user moves or deletes a Java installation after the office has been configured to use that Java installation.

Since version
OpenOffice.org 1.1

Elements' Summary
URLRuntimeLib contains the path to the runtime lib as file URL.
Elements' Details
URLRuntimeLib
string URLRuntimeLib;
Description
contains the path to the runtime lib as file URL.
Top of Page