| Author |
Java Applet Server
|
Larry Eisenstein
Greenhorn
Joined: Feb 21, 2006
Posts: 14
|
|
What is required to set up a web server to be able to run a Java 1.5 applet? And, how would you set it up?(don't need to go into exact details, just an overview) Thanks, Larry
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Nothing. Applets run on the client, not the server. So good old Apache HTTP Server should serve your Applet fine.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Java Applet Server
|
|
|