Eds RR Mail wrote:

> I am a relatively new Tomcat user.  I am having trouble getting an applet to
> run because
> I don't seem to be getting the files in the right place or path references
> correct.
>
> Here is the html:
>
> <html>
> <head>
> <title>test java map Applet</title>
> </head>
> <body>
> Java Map Applet :
> <P>
> <APPLET CODE="com.bbn.openmap.app.OpenMapApplet.class" archive="openmap.jar"
> width="80%"  height="80%">
> </APPLET>
> </body>
> </html>
>
> The jar file is in the WEB-INF/lib folder.
>
> Are these things correct?  It seemed straight forward, but I keep getting
> the message that the class could not be found.
>
> --
> To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Hmm...

The archive should be in the same location as the HTML file.

Applets are not compiled and run from Tomcat, but rather are loaded in
the users web browser and then run.

Hopefully this helps.

-CA



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to