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

exception MissingJavaRuntimeException
Base Hierarchy
MissingJavaRuntimeExceptionJavaInitializationException
    ┗ ::com::sun::star::uno::DeploymentException
       ┗ ::com::sun::star::uno::RuntimeException
          ┗ ::com::sun::star::uno::Exception
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
OOo 1.1.2

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