启动OpenOffice服务

来源:互联网 发布:unity3d和虚幻4区别 编辑:程序博客网 时间:2024/06/06 07:37

1、安装OpenOffice 4:下载路径:http://www.openoffice.org/download/index.html

2、用以下命令启动OpenOffice服务 
         cd D:\Program Files (x86)\OpenOffice 4\program
         soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard 

linux下:

cd /opt/openoffice4/program 

 ./soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless -nofirststartwizard &


3、SWFTools 下载地址http://www.swftools.org/download.html


0 0
原创粉丝点击