Solved
AppletSecurityException: checkRead
Posted on 1998-07-19
I've created a Yahtzee simulation game. I am trying to update and include a method that keeps track of High Scores. The way that I am doing this is creating a Sequential access file ('scores.dat') and reading the scores to and from it. However when I try to view the applet with netscape 4.05 I get a netscape.security AppletSecurity Exception: checkRead: read 'scores.dat' not permitted. The scores.dat file is in the same directory as the .class file for the game. I can't seem to figure out how to fix this problem. Can someone please help....I thought this was going to be an easy but fun add on, man was I wrong!