• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Dynamic HTML for applet

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am using AWT. In a main applet, I need to create the HTML dynamically (based on the user's selection) to invoke another applet. The HTML seems to be created OK but when it tries to invoke the applet, I am getting class not found exception. But when I run the created html separately (by saving it in a file) it runs OK in the same dir.
Can anyone help me solve this problem?
Thanks
Vani
 
reply
    Bookmark Topic Watch Topic
  • New Topic