 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
sfaber Guest
|
Posted: Wed May 18, 2005 3:24 pm Post subject: including an applet in a jsp |
|
|
I'm trying to include an applet in a .jsp in JBuilderX
but it is always giving a message -
load: class PluginApplet.jsp not found.
The .jsp has this included:
<jsp:plugin type="applet"
code="plugin.PluginApplet.class"
archive="Plugin.jar"
width="370" height="420">
</jsp:plugin>
I tried with and without an archive and with various codebase
paths, but I can't figure out how to get the applet referenced.
I also tried with just an
I am using the standard project directory structures with
a web module and jsp in the web module.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|