FTP connection issue with JRE 1.7

Upload core product.
Post Reply
User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

FTP connection issue with JRE 1.7

Post by support »

If you get SocketClosed error since JRE 1.7 under Windows then have a look at:
http://bugs.sun.com/bugdatabase/view_bu ... id=7077696

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: FTP connection issue with JRE 1.7

Post by support »

Since 1.7_06 you could try to add the following applet parameter:
<param name="java_arguments" value="-Djava.net.preferIPv4Stack=true">

Post Reply