Domino not seeing change in java.property

I have a JAVA agent running on an iSeries. In the agent, I have-

System.setProperty(“os400.class.path.rawt”, “1”);

So I can use java.awt.image

I was getting the error:

error message: java.security.AccessControlException: access denied (java.util.PropertyPermission os400.class.path.rawt write)

So, I added this line to the java.policy

permission java.util.PropertyPermission “os400.class.path.rawt”, “write”;

I restarted http and still, I get the exact same error. Thoughts?

Subject: Domino not seeing change in java.property

Hi L Woodward,I have the same problem.

I restarted server but there is a still security problem.

did you solve the your problem? how?

thanks

best regards

Subject: Domino not seeing change in java.property

No silver bullet I’m afraid, but here are a couple of ideas/questions . . .

You restarted http – did you restart the server?

If not, you might want to try that first.

If so, was the java.policy file the one belonging to the Notes JVM?

What happens when you try to read the property from an agent? Are the changes there?

dgg