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

exception JavaDisabledException
Base Hierarchy
JavaDisabledExceptionJavaInitializationException
    ┗ ::com::sun::star::uno::DeploymentException
       ┗ ::com::sun::star::uno::RuntimeException
          ┗ ::com::sun::star::uno::Exception
Description
indicates that Java could not be initialized because it has been switched off.

The user has switched off Java in the configuration of the office, for example by means of the options dialog.

Since
OOo 1.1.2

Top of Page