davidchardonnet
Programmer
Hello
I coded a java server application and a java client application using DatagramSocket and it works very well, and each application can send and receive information from the other application.
Now I tried to migrate the client application into an applet and now, the navigator raises an exception:
com.ms.security.SecurityExceptionEx(ClientApplet.connect): cannot access 5000
where 5000 is the port number on which the server is listening.
Can anybody help me?
Thank you very much
David
I coded a java server application and a java client application using DatagramSocket and it works very well, and each application can send and receive information from the other application.
Now I tried to migrate the client application into an applet and now, the navigator raises an exception:
com.ms.security.SecurityExceptionEx(ClientApplet.connect): cannot access 5000
where 5000 is the port number on which the server is listening.
Can anybody help me?
Thank you very much
David