Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: Re: Jav Mail : Body


Message #1 by "Anil Prasad" <akurnool@y...> on Thu, 26 Apr 2001 05:57:34
Hi Ajay,

I am stuck at some thing similar to you .... In my case .. i am not able 
to get System.getProperties() working...

the code of that segment goes like this ..

Properties props = System.getProperties();
Session ses = Session.getDefaultInstance(props, 1);

Wehn ever I run this .. it gives a 

java.security.AccessControlException: access denied 
(java.util.PropertyPermission * read,write) 

What should I do now .. plz let me know..

wishes
Anil

  Return to Index