首页 > 系统服务 > 详细

connect: Address is invalid on local machine or port is not valid on remote

时间:2016-03-04 21:02:47      阅读:3787      评论:0      收藏:0      [点我收藏+]

idea 运行正常打成jar包运行提示“connect: Address is invalid on local machine or port is not valid on remote” ,

解决方法:

 public static void main(String[] args) throws ParseException {

        System.setProperty("java.net.preferIPv4Stack" , "true");
}

在main方法中加入“System.setProperty("java.net.preferIPv4Stack" , "true");”

原因,jdk跑jar默认使用的是ipv6。

connect: Address is invalid on local machine or port is not valid on remote

原文:http://www.cnblogs.com/lvlv/p/5243307.html

(1)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!