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>

Reply via email to