• 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

Testing image loading applet with appleviewer

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am developing an applet in wich I must load images from the clients pc.
When I test the applet with appletviewer I get the error:
java.security.AccessControlException: access denied (java.io.FilePermission)
.......
However I know that the appletviewer ignores the security restrictions that accompany applets.
Does anyone knows a way to overcome this difficulty?
Thanks in advance
Giorgos
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sign the applet. The Sun applet tutorial is pretty good about addressing the subject.
 
Giorgos Christoulas
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Alex,
thanks for your answer.
I know all about signing the applet. But this part comes when the development has been completed and the applet is ready to be implemented in a Web Browser.
I am interested in testing the applet step by step before it reaches its final form.
Any more suggestions on that?
Thanks in advance
Giorgos
 
reply
    Bookmark Topic Watch Topic
  • New Topic