Java

Moderators: zibadian
Number of threads: 7836
Number of posts: 18235

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
regarding the ImageIcon loading image from a JPG file Posted by benges on 31 May 2005 at 12:59 AM
hi all, i have a strange problem where i found the following error:

java.security.AccessControlException: access denied


when i try to load my JPG file into the Icon, why?

my code as follow:

DefaultTreeCellRenderer renderer = new DefaultTreeCellRenderer();
Icon leafIcon = new ImageIcon("a.jpg");
renderer.setLeafIcon(leafIcon);

Report
Re: regarding the ImageIcon loading image from a JPG file Posted by arb123 on 31 May 2005 at 3:46 AM
: hi all, i have a strange problem where i found the following error:
:
:
: java.security.AccessControlException: access denied
: 

:
: when i try to load my JPG file into the Icon, why?
:

I'm guessing, but you're probably writing an Applet or otherwise sandboxed application that doesn't have access to the file system. Put the image on the classpath and use the Applet's ClassLoader to load it.

---------------------------------
HOWTO ask questions: http://catb.org/~esr/faqs/smart-questions.html

Report
Re: regarding the ImageIcon loading image from a JPG file Posted by benges on 31 May 2005 at 5:52 PM
: : hi all, i have a strange problem where i found the following error:
: :
: :
: : java.security.AccessControlException: access denied
: : 

: :
: : when i try to load my JPG file into the Icon, why?
: :
:
: I'm guessing, but you're probably writing an Applet or otherwise sandboxed application that doesn't have access to the file system. Put the image on the classpath and use the Applet's ClassLoader to load it.
:
: ---------------------------------
: HOWTO ask questions: http://catb.org/~esr/faqs/smart-questions.html
:
:

yes, indeed, i m developing applet, so i m now trying your solution, thank you very much



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.