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
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