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

Java程序IP v6与IP v4的设置

时间:2018-05-23 20:30:57      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:java   code   col   .net   system   sys   whether   rip   bug   

Java程序IP v6与IP v4的设置

//Prevent to get IPV6 address,this way only work in debug mode
//But you can pass use -Djava.net.preferIPv4Stack=true,then it work well whether in debug mode or not
System.setProperty("java.net.preferIPv4Stack", "true");
       

 

Java程序IP v6与IP v4的设置

标签:java   code   col   .net   system   sys   whether   rip   bug   

原文地址:https://www.cnblogs.com/stono/p/9078643.html

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