Registry / other / juh
library4.1.2javamavenunverified

Provides bootstrapping of a ServiceManager and access to the native component loader for OpenOffice UNO.

<dependency> <groupId>org.openoffice</groupId> <artifactId>juh</artifactId> <version>4.1.2</version> </dependency>
INSTALL
IMPORT
SIG · JUH
J
juh
otherjavav4.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UnoRuntime
com.sun.star.uno.UnoRuntime

Bootstrap OpenOffice UNO and get a service.

import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XComponentContext; XComponentContext context = ...; Object service = context.getServiceManager().createInstanceWithContext("com.sun.star.frame.Desktop", context);
Debug
Known issues
gotchaRequires OpenOffice/LibreOffice installation.
fix
Ensure office is installed and UNO path is configured.
affects: all
Upgrade
Version history
4.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
juh — mvn dependency:get juh · libregistry