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

exception JavaNotConfiguredException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::uno::RuntimeException
    |
    +-::com::sun::star::uno::DeploymentException
       |
       +-JavaInitializationException
          |
          +-JavaNotConfiguredException
Description
indicates that the user did not configure Java for an Office installation.

This exception occurs if there is no java.ini or javarc available. This usually happens if a user cancels the Java configuration which of the office.

Since
OpenOffice 1.1.2

Top of Page