First you must put the package in /WEB-INF/lib, for instance we
could use blah.jar. Following the new Applet specification you must put the
"archive" param in your <object> or <applet> tag like: archive="blah.jar"
and call the full applet name as code="com.blah.JSuperApplet".
This solve all, try it!
> ----------
> De: C�dric Grun[SMTP:[EMAIL PROTECTED]]
> Responder: Tomcat Users List
> Enviada: segunda-feira, 17 de fevereiro de 2003 3:21
> Para: [EMAIL PROTECTED]
> Assunto: applet
>
> I must use an applet in my webapp, but this applet uses library which
> are in directory WEB-INF/lib.
> If I copy this library in same directory the jsp page, the applet works.
> But if I put my packed applet
> in directory WEB-INF/lib, the jsp page can't found it.
> How can I do to not copy library, which are uses also by servlet, and
> users can't access the applet
> by typing his url address ?
>
>
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>