This software can be used by Java applications to bootstrap Apache OpenOffice when the Java UNO jars are downloaded from a Maven repository or otherwise in a different location than the soffice executable.
The original How-to can be found here OpenOffice.org Forum.
XComponentContext xContext = Bootstrap.bootstrap();
import ooo.connector.BootstrapSocketConnector;
String oooExeFolder = “C:/Program Files (x86)/OpenOffice 4/program/”;
XComponentContext xContext = BootstrapSocketConnector.bootstrap(oooExeFolder);
This software uses the Gradle build system and can be built with:
gradle clean jar Javadoc can be built with: gradle javadoc Or all at once: gradle clean javadoc jar
This software is based on source code found in bootstrapconnector.jar authored by OpenOffice.org forum user hol.sten in a OpenOffice.org forum post OpenOffice.org Forum.
This software and the application of the Apache License 2.0 is by permission granted by hol.sten and documented with the Apache OpenOffice PMC.
See src/main/resources/META-INF/CREDIT, LICENSE, and NOTICE files for more information.