I'm working on a chat program and the clients must be done using applet.The problem is that I have one error when the client connects:
something with socket perimision.If I run the server and the clients on the same machine everithing works just fine so I guess there's some problem with security when applets are used.Is there something special that I must do or the program should work without declaring Socket permisions? I'm somehow new in java so,if there are some basics using sockets in applets my mistake
Also please tell me how can I display Images in a frame(awt).
Thanks...
something with socket perimision.If I run the server and the clients on the same machine everithing works just fine so I guess there's some problem with security when applets are used.Is there something special that I must do or the program should work without declaring Socket permisions? I'm somehow new in java so,if there are some basics using sockets in applets my mistake
Also please tell me how can I display Images in a frame(awt).
Thanks...