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

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

Top of Page