Netbeans 无法连接到互联网

cou*_*011 0 java netbeans-7 windows-8

我使用的是 Windows 8(64 位),但无法使用 netbeans 访问互联网。当我尝试通过“帮助”>“检查更新”进行更新时,我得到了

Check your network connection, verify that your proxy settings are configured correctly in the NetBeans IDE, or try again later.
Run Code Online (Sandbox Code Playgroud)

当我尝试使用 Java 中的程序访问某些 url 时出现错误

connection refused: Address is invalid on local machine
Run Code Online (Sandbox Code Playgroud)

这里发生了什么????

cou*_*011 6

我需要强制 Java 使用 IPv4,通过命令设置它

setx _JAVA_OPTIONS -Djava.net.preferIPv4Stack=true
Run Code Online (Sandbox Code Playgroud)

  • setx: command not found 这是 bash 中的命令吗?你在哪里输入这个? (2认同)
  • 我在 Linux (Ubuntu 14.04) (2认同)