About 8,650,000 results
Open links in new tab
  1. Where I can Find java.net.http package Jar file? - Stack Overflow

    Jan 20, 2021 · I have searched too much but still didn't find nothing . I want a jar file which contains these classes. import java.net.http.HttpClient; import java.net.http.HttpRequest; import java.net.http.

  2. How do I resolve the "java.net.BindException: Address already in use ...

    Oct 5, 2012 · How do I resolve the "java.net.BindException: Address already in use: JVM_Bind" error? Asked 13 years, 2 months ago Modified 3 years, 8 months ago Viewed 1.1m times

  3. java.net.ConnectException: Connection refused - Stack Overflow

    Jul 29, 2011 · I'm trying to implement a TCP connection, everything works fine from the server's side but when I run the client program (from client computer) I get the following error: …

  4. How to fix java.net.SocketException: Broken pipe?

    Feb 22, 2010 · The above answers illustrate the reason for this java.net.SocketException: Broken pipe: the other end closed the connection. I would like to share experience what happened when I …

  5. java - What is a "SocketTimeoutException connect time out" and how …

    Nov 2, 2013 · Caused by: java.net.SocketTimeoutException: connect timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at …

  6. java.net.UnknownHostException: Invalid hostname for server: local

    Jun 26, 2011 · What are the steps I should take to solve the error: java.net.UnknownHostException: Invalid hostname for server: local I added the new virtual host name at Android emulator but the …

  7. What's causing my java.net.SocketException: Connection reset?

    Feb 25, 2009 · This is an old thread, but I ran into java.net.SocketException: Connection reset yesterday. The server-side application had its throttling settings changed to allow only 1 connection …

  8. UnknownHostException: name or service not known - Stack Overflow

    Oct 9, 2015 · java.net.UnknownHostException: socialweb-analytics.lcloud.com: Name or service not known at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at …

  9. java.net.SocketException: Connection reset - Stack Overflow

    Sep 15, 2008 · 16 You should inspect full trace very carefully, I've a server socket application and fixed a java.net.SocketException: Connection reset case. In my case it happens while reading from a …

  10. Why would a "java.net.ConnectException: Connection timed out" …

    I'm getting a ConnectException: Connection timed out with some frequency from my code. The URL I am trying to hit is up. The same code works for some users, but not others. It seems like once on...