• 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

Can not load JApplet in HTML

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I try to load JApplet in my HTML, always got Class not found
error, but i can see the JApplet by appletviewer.
BTW, I use IE5.5.
Thanks
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need the java plug-in in order to use Swing anything in your browser. IE only supports a watered down version of Java 1.1, so anything newer won't work (hence the class can't be found). You can find the plug-in on Sun's website, but I think it makes you download the newest SDK as well.
[This message has been edited by Lucas Richardson (edited July 25, 2001).]
 
jean xi
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.
I downloaded Java(TM) Plug-in 1.1.1_006 and installed, but still
the same problem. My OS is Win2000.

 
jean xi
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I fixed that problem in such a way:
1.Download JRE1.3 (Plug in 1.3) and install it.
2.Download HTML converter 1.3 and install it.
3.Run the HTML converter1.3 to transform all the HTML files using
JApplet.
 
reply
    Bookmark Topic Watch Topic
  • New Topic