• 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

how to execute applet through webserver

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am using weblogic server i am calling to servlet that inturn will call to the html where i written applet tag when i try to execute it html will executed but problem is with applet it is not able ti initialize it and start the applet


when i try to execute html without server it is working fine apllet is also executing there is any problem with path or what pl pl pl help its urgent in my project

thanks in advance
 
Rancher
Posts: 5008
38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On the server: are the applet class files in the correct location so that the browser can GET them? Where does the HTML say they are?
Are there any error messages in the java console when the browser is not able to init the applet? Copy and paste them here.
 
reply
    Bookmark Topic Watch Topic
  • New Topic