Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Question regarding Java.policy file

  Asked By: Bryant    Date: Jun 04    Category: Java    Views: 719
  

I have question regarding java.policy file. When I put

grant{
permission java.security.AllPermission;
};

its create a Text.out and write info into it. BUT when I do this

grant codeBase "http://mywebsite.com/Javascript/*" {
permission java.security.AllPermission;
};

It does not create a Text.out file.

Can anyone please tell me where am i making mistake.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Eileen Carr     Answered On: Jun 04

This only happen on IE. The occurs on Netscape7.1 and Mozilla 1.4

 
Answer #2    Answered By: Phoebe Brown     Answered On: Jun 04

have a look at the java  plugin which you are using for nn or moz. I suspect that
they are using different plugins. It is also dependant on the OS, i have heard
many people using Windows 98 have trouble getting IE to use a different JRE than
the MS version.

Besides that it is difficult to speculate why you have differing results with
your browsers.

 
Didn't find what you were looking for? Find more on Question regarding Java.policy file Or get search suggestion and latest updates.




Tagged: