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

exception JavaInitializationException
Base Hierarchy
JavaInitializationException
 ┗ ::com::sun::star::uno::DeploymentException
    ┗ ::com::sun::star::uno::RuntimeException
       ┗ ::com::sun::star::uno::Exception
Description
indicates that there is no Java available

It is presumed that Java is a vital part of an office installation. That is, if Java does work for some reason, it it not guaranteed that the office is functional. A JavaInitializationException is therefore caused by some misconfiguration of Java which is closer described by other exceptions in this namespace which inherit JavaInitializationException. These are:

JavaDisabledException
JavaNotConfiguredException
MissingJavaRuntimeException
JavaVMCreationFailureException

Since
OOo 1.1.2

Top of Page