• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsp:plugin

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I run a jsp file containing jsp lugin to include an applet, I got the following message from java console:
load: class learnServlet/ShadowedTextApplet not found.
java.lang.ClassNotFoundException: java.io.FileNotFoundException: http://localhost:8080/newchina/web-inf/classes/learnServlet/ShadowedTextApplet.class
I checked the folder and I could see the class file in the right location. Why did I get the error message but not the applet?
The code for jsp lugin is:
<jsp lugin type="applet"
code="learnServlet/ShadowedTextApplet"
width="475" height="350">
<jsp arams>
<jsp aram name="MESSAGE" value="Your Message Here" />
</jsp arams>
</jsp lugin>
Thank you for any infor.
 
We don't have time for this. We've gotta save the moon! Or check this out:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic