Saudacoes Javanesas,espero que alguem possa me ajudar !

Tenho um servlet gue gera uma pagina html com chamada para um applet
Swing.
A pagina se chamada via browser carrega o applet swing normalmente, a
seguir a chamada do applet dentro do html.
.
.
.
<OBJECT classid='clsid:8AD9C840-044E-11D1-B3E9-00805F499D93'
    width='320' height='224' align='baseline'
   
codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0'>
<PARAM NAME='code' VALUE='teste.class'>
<PARAM NAME='codebase' VALUE='.'>
<PARAM NAME='type' VALUE='application/x-java-applet;version=1.3'>
<PARAM NAME='scriptable' VALUE='false'>
<COMMENT>
    <EMBED type='application/x-java-applet;version=1.3' width='320'
       height='224' align='baseline' code='teste.class' 
       codebase='.' 
      
pluginspage='http://java.sun.com/products/plugin/1.3/plugin-install.html'>
    <NOEMBED>
    </COMMENT>
           No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!
    </NOEMBED></EMBED>
</OBJECT>
.
.
.

Porem ao gerar a pagina via servlet da o erro no java console:

load: class teste.class not found.

java.lang.ClassNotFoundException: java.io.FileNotFoundException:
http://wsnc068:8080/servlet/teste/class.class

Embora a pagina gerada pelo servlet seja a seguinte:

.
.
.
<OBJECT classid='clsid:8AD9C840-044E-11D1-B3E9-00805F499D93'
    width='320' height='224' align='baseline'
   
codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0'>
<PARAM NAME='code' VALUE='teste.class'>
<PARAM NAME='codebase' VALUE='.'>
<PARAM NAME='type' VALUE='application/x-java-applet;version=1.3'>
<PARAM NAME='scriptable' VALUE='false'>
<COMMENT>
    <EMBED type='application/x-java-applet;version=1.3' width='320'
       height='224' align='baseline' code='teste.class' 
       codebase='.' 
      
pluginspage='http://java.sun.com/products/plugin/1.3/plugin-install.html'>
    <NOEMBED>
    </COMMENT>
           No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!
    </NOEMBED></EMBED>
</OBJECT>
.
.
.
Por favor alguem saberia a causa disto ? e uma possivel solucao?

Antecipadamente agrade�o ao pessoal da lista.

[]�s


=====

Marcos Yonamine - Consultor de Tecnologia 

(011) 9453 5758 

Para obter Curriculum atual clique abaixo!

 Curriculum Vitae Atual


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

------------------------------ LISTA SOUJAVA ---------------------------- 
http://www.soujava.org.br  -  Sociedade de Usu�rios Java da Sucesu-SP 
d�vidas mais comuns: http://www.soujava.org.br/faq.htm
regras da lista: http://www.soujava.org.br/regras.htm
para sair da lista: envie email para [EMAIL PROTECTED] 
-------------------------------------------------------------------------

Responder a