Does webserver suppurt JAVA applet ?

yuhleon wrote on Friday, March 23, 2007:

Hi,
  Does webserver in uIP project support JAVA applet ? It supported java script , but I cannot browse Java applet web page on STR910-EVAL. My Java applet comes from J2SDK-1.4 demo examples.

Regards.

nobody wrote on Friday, March 23, 2007:

The WEB server just serves the data to your browser.  It does not interpret it.  It is up to your browser to run the applet.  I don’t think this will be to do with the server.

yuhleon wrote on Friday, March 23, 2007:

Because Java applet must put a file *.class to webserver. And user must download it to PC’s browser. But my webserver cannot download this file. It seems only can download *.html file, other types of file cannot be downloaded from webserver.