• 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

Applet Notified.Please help.

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I had made a little applet that uses some graphics, nothing special.
When i load it up on my browser, then normally take the applet.It works.

When i am trying to load it whith my little server, that supports java applets, i take the grey colored form,but it doesn't work. I get the message : Loading applet failed. Applet notified...

Is that a problem of my server? I don't think so, but maybe someone
of you is more experienced in applet development than i am.
I had developed this little server on my own, in java. The browser sends the message to server HTTP 1.0/ index.html / GET and then when the applet is trying to loaded i get the message HTTP 1.0/ testApplet.class /GET.

What's wrong in this problem?

Thanks!

 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Open the java console in your browser. Chances are that something failed to initalize properly.
 
reply
    Bookmark Topic Watch Topic
  • New Topic