Invalid memory access of location in Java

后端 未结 4 1592
你的背包
你的背包 2020-12-29 08:45

I\'ve been working on a Java project for year. My code had been working fine for months. A few days ago I upgraded the Java SDK to the newest version 1.6.0_26 on my Mac (Sno

4条回答
  •  情深已故
    2020-12-29 09:07

    Please check if /etc/hosts is empty and verify that it include these configurations :

    127.0.0.1       localhost
    255.255.255.255 broadcasthost
    ::1             localhost 
    fe80::1%lo0     localhost
    

提交回复
热议问题