:: com :: sun :: star ::

module java
Description
Java to UNO connectivity interfaces.

Services
::com::sun::star::java::JavaVirtualMachine [ DEPRECATED ]
exports interfaces to handle a JavaVM and Java threads.
Interfaces
::com::sun::star::java::XJavaThreadRegister_11 [ DEPRECATED ]
must be implemented by the user of the XJavaThreadRegister_11.
::com::sun::star::java::XJavaVM [ DEPRECATED ]
must be implemented by the user of the XJavaVM.
Exceptions
::com::sun::star::java::InvalidJavaSettingsException indicates a the Java settings have been modified.
::com::sun::star::java::JavaDisabledException indicates that Java could not be initialized because it has been switched off.
::com::sun::star::java::JavaInitializationException indicates that there is no Java available
::com::sun::star::java::JavaNotConfiguredException indicates that the user did not configure Java for an Office installation.
::com::sun::star::java::JavaNotFoundException indicates that no suitable JRE was found.
::com::sun::star::java::JavaVMCreationFailureException indicates that the Java Virtual Machine could not be created
::com::sun::star::java::MissingJavaRuntimeException indicates that the Java runtime library could not be found.
::com::sun::star::java::RestartRequiredException indicates that the office must be restarted before a JRE can be used.
::com::sun::star::java::WrongJavaVersionException indicates that an operation involving Java (probably executing Java code) failed due to a wrong Java version.
Top of Page