0

Earlier I asked a question on how I could manage to draw an image with my applet:

How am I supposed to draw an image from my Java Applet?

The update is that my Java Applet runs from the file system and I think that might be giving me the error I am getting.

I would truly appreciate it if one would take the time to view my question. If you don't want to read the other question a quick recap is that I am getting the "Access Denied" message whenever I try the g.drawImage function. A user brought up the fact that it is because I may be running my applet from the file system, how do I go about fixing this?

Community
  • 1
  • 1
  • possible duplicate of [How am I supposed to draw an image from my Java Applet?](http://stackoverflow.com/questions/23590755/how-am-i-supposed-to-draw-an-image-from-my-java-applet) – Harry Blargle May 11 '14 at 15:36

1 Answers1

0

Try this one if the image in the "build" (also called bin) folder together with the classes.

I have posted an answer in your last question itself.

Community
  • 1
  • 1
Braj
  • 46,415
  • 5
  • 60
  • 76