码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2016-03-04 21:03:49      阅读:772      评论: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

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