Java程序IP v6与IP v4的设置
Posted stono
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java程序IP v6与IP v4的设置相关的知识,希望对你有一定的参考价值。
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的设置的主要内容,如果未能解决你的问题,请参考以下文章