• 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

Security Policy Of Applets

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a problem regarding the Security Policy of Applets . So,can you tell me how to set up the Security policy of Applets
 
Ranch Hand
Posts: 347
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
himanshujs,


So,can you tell me how to set up the Security policy of Applets


There are a number of security issues related to applets. This section of Sun's Java tutorial may help you:
http://java.sun.com/docs/books/tutorial/applet/practical/security.html
If not, could you please post again with a more specific question. For example, what is your applet trying to do that is causing the security problem? Is it trying to write to the client's machine, make a network connection, etc.? It will be easier to answer if the exact issue is known.
Also, please be sure to register with a proper name. "himanshujs" does not follow the conventions. For more information, see here: http://www.javaranch.com/name.jsp .
If you do not use a name which follows the conventions, your account will be disabled. I value your posts and I would hate to see that happen.
Thank you for your cooperation.
Stephanie
 
reply
    Bookmark Topic Watch Topic
  • New Topic