Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to get callLoader permissions? What is optimal JRE security?

Status
Not open for further replies.

grofaty

IS-IT--Management
Jan 16, 2003
370
SI
Hi,

I use Internet Explorer 6.0 with JRE 1.5.0_05 on Windows XP sp2.

Running a company applet in web browser I get error: "Unable to get callLoader permission". On end-user computer JRE directory lib\secutiry there is a file java.policy. In file java.policy inside grant brackes I set:
permission java.security.AllPermission;

This solved my problem and applet is running without any problem. But I don't like that AllPermissions are set to JavaVM, because of security reasons.

So what is the optimal (minimal security level) settings to solve my problem?

Thanks,
Grofaty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top