*When a runtime error happens, the JVM will print the memory stack, example:*
*java.net.SocketException: Operation not supported(xxxx)* * at java.net.SocketExceptionImpl.check()(line xxx)* * at ....* * at ---------java class----java method()---line numbe ....* *Regards,* *Bill Yuan* On 13 January 2015 at 08:11, Antonio Huete Jiménez < [email protected]> wrote: > Hi, > > Please make sure you've followed the correct build order and that > everything is up to date. > > http://leaf.dragonflybsd.org/cgi/web-man?command=build§ion=ANY > > Cheers, > Antonio Huete > > > Quoting javan malachi <[email protected]>: > > I was running 4.0.1 and all was well, I jumped over to master a few days >> ago (which fixed my iwn driver reset problem) However now all java >> related >> network options just refuse to work. >> Eclipse won't update, gradle can't fetch anything. I tried a few common >> solutions (maybe related with ipv6) >> >> -Djava.net.preferIPv4Stack=true (doesn't change anything) >> >> All operations end with >> >> java.net.SocktException: Operation not supported >> >> Any clues? >> > > >
