Re: how to set java.security.policy programmatically using java

Niclas Hedhman <[email protected]>
Newsgroups gmane.comp.java.sun.rmi
Message-ID <[email protected]>
On Monday 16 May 2005 05:32, Rajneesh Bhandari wrote:
>    java.security.policy is a system properties and you
> can try with System.setProperty.. It should work out
> .. Please update me about it ..?


Yes, the System property will be read when the Security Manager is
instantiated.

if( System.getSecurityManager() == null )
{
    System.setProeprty( "java.security.policy", policy );
    System.setSecurityManager( new SecurityManager() );
}


Cheers
Niclas

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS".  For general help, send email to
[email protected] and include in the body of the message "help".

For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html

To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.