why do i get java.io.IOException: Stream closed?

后端 未结 3 585
太阳男子
太阳男子 2020-12-16 21:42

I am trying to download a zip file but I get a Stream Closed Exception. When i use using swing gui it get this erro but if i use console there is no problem

3条回答
  •  执念已碎
    2020-12-16 22:06

    This exception usually means the connection was closed abruptly. I would look at the logs on the server to see if there was an error.

提交回复
热议问题