class UnoUrl extends Object
OpenOffice.org supports two connection types: TCP sockets and named pipes. Named pipes are marginally faster and do not take up a TCP port, but they require native libraries, which means setting java.library.path when starting Java. E.g. on Linux
java -Djava.library.path=/opt/openoffice.org/ure/lib ...
See Opening a Connection in the OpenOffice.org Developer's Guide for more details.
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
acceptString |
private String |
connectString |
Copyright © 2019. All rights reserved.