This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes .java.policy file and 1.6.0_10-rc2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark ".java.policy file and 1.6.0_10-rc2 " Watch ".java.policy file and 1.6.0_10-rc2 " New topic
Author

.java.policy file and 1.6.0_10-rc2

Norm Radder
Ranch Hand

Joined: Aug 10, 2005
Posts: 681
Hi,
I just installed jre 1.6.0_10-rc2 and now my applets are failing with: access denied (java.io.FilePermission ... read errors. The .java.policy file has been working for years with 1.4 and 1.5. Now I'm getting access denied errors.

Any ideas on how to find the problem and fix it?

I've also posted this on the Sun forum:

http://forums.sun.com/thread.jspa?threadID=5334724&tstart=0

Thanks,
Norm
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: .java.policy file and 1.6.0_10-rc2
 
Similar Threads
How to checked CheckBox in JList only when user click on CheckBox's Tile?
Icons for menu items
Change Swing Component Subclass
JLabel + GUI problem
JInternalFrame woes