Created
October 25, 2017 12:41
-
-
Save larshp/b2e977f1a71e17dad90d6b8643aa2c24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List oooOptions = OOoServer.getDefaultOOoOptions(); | |
oooOptions.add("-nofirststartwizard"); | |
oooOptions.add("-headless"); | |
OOoServer oooServer = new OOoServer(openoffice, oooOptions); | |
BootstrapSocketConnector bootstrapSocketConnector = new BootstrapSocketConnector(oooServer); | |
xContext = bootstrapSocketConnector.connect(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment