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

exception JavaInitializationException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::uno::RuntimeException
    |
    +-::com::sun::star::uno::DeploymentException
       |
       +-JavaInitializationException
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 version
OpenOffice.org 1.1.1

Top of Page