• 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

JApplet not working in Browser

 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can someone help me to run a JApplet in browser..?
even after installing html convertor & making html file JApplet is not running in browser.It throws ClassNotFoundException in java console.
with regards
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
could you post the html that you are using to run the applet? it is too hard to guess.
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi , have you included the plugin along with your html file ? JApplet requires you to include a plugin. So if you haven't done that yet head on to sun and download htmlConverter. In a search type in converter and it will give you a link fora download. Then you open that program and tell it to use the html file that you wish to convert which has the applet tags in it. After that it will generate an html file for you with a plugin contents. Then you will be able to run it. However there is a drawback to this. Users which don't have it yet will have to download about 5 megs before displaying your applet. Good Luck
 
reply
    Bookmark Topic Watch Topic
  • New Topic