I need help for my program
I need to run a applet in a server(tomcat) and the applet(a 2 player game) should be available for playing.
Now, iam able to load applet in the browser, but each browser is running its own instance of the applet.
I need a single instance.
forgive me if i said something wrong, Iam new to Java.