码迷,mamicode.com
首页 > 编程语言 > 详细

connection failed: socket,host=localhost,port=8100,tcpNoDelay=1: java.net.ConnectException: Connect

时间:2014-07-14 22:46:06      阅读:1027      评论:0      收藏:0      [点我收藏+]

标签:style   java   os   art   io   cti   

JAVA、openOffice、myeclipse

报错原因:没有启动openOffice服务。

解决办法:

运行→cmd,输入:

cd C:\Program Files (x86)\OpenOffice 4\program

回车

再输入

soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard

回车

 

再重新run as/debug asjava源码,就好了。

connection failed: socket,host=localhost,port=8100,tcpNoDelay=1: java.net.ConnectException: Connect,布布扣,bubuko.com

connection failed: socket,host=localhost,port=8100,tcpNoDelay=1: java.net.ConnectException: Connect

标签:style   java   os   art   io   cti   

原文地址:http://www.cnblogs.com/m3Lee/p/3842323.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!