• 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

question about applet and plug-in

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
So glad to meet you here. I need your help.
1. I am developing a web-based system.
Since the system is used in intranet, I follow the deployment on sun java website and use <Object> tag and .exe on web server. When user enter the webpage, the exe will run every time. I don't want the setup file run when the plug-in is already installed. Could anyone tell me how?
2.I use java plug-in 1.3.1_02 and applet. When I use zip file for "Achive" attribute, it is Ok. But when I use jar, the plugin could not find the classes in jar. I don't know why.
3. I need one dll to download to the client PC, so that applet could use it. Could the system download the dll automatically? How to do it?
Thanks a lot.
 
reply
    Bookmark Topic Watch Topic
  • New Topic