Originally Posted by
shrey.haria
I have tried to make an JApplet of our Chess Application..!
And I m stuck at making an socket connection for it..!
The Problem is that when I run the applet applet using NetBeans Socket connection works fine and it sends the message to server..!!
But when I open it in the browser.. Applet Doesn't seems to send any message to the server..!!
If Any Body Can put an example code for it..!!
Help!
Applet is at
Applet HTML Page
Thnx!!
To OP:
The applet have to be signed. I happen to have a java applet for my chess engines (computer programs that
play chess). I am working a game server/client using java (mainly to study the language it self). I use sockets
to make a TCP connection to well known game servers like FICS,ICC etc.. Applets have many restrictions unless signed:
socket connections, open/save files and many other things. You can find the applet here towards the end
of the page
https://sites.google.com/site/dshawul/ . It might take sometime to load and will ask your permissions
to open socket connections and other restricted stuff.
Question for myself:
How do I get a website up on which I want to make live broadcasts. What I want is NOT the Multicast class in java
but simply a dynamic webpage with a board that gets updated every move. Users do not have to make connections.
Thank you