0 Replies Latest reply on Jul 18, 2002 7:22 PM by alula

    a problem I met about servlet and applet

    alula

      The servlet response to client a html like this:


      <applet name = myApplet.class ..>
      <param ..>
      </applet



      I putservlet into file .war,but a error arise when I the servlet submits,it can't find class myApplet.How I put myClass in file .ear.How to Deploy?