Re: When is java.lang.SecurityException Thrown ??

2003-12-18 Thread Dhanush Gopinath
: Friday, December 19, 2003 11:07 AM Subject: Re: When is java.lang.SecurityException Thrown ?? Jeff & Others   The problem which I am facing I think is regarding to the Security policies. What happens with the Client Code is its getting an exception from the instatiation

Re: When is java.lang.SecurityException Thrown ??

2003-12-18 Thread Dhanush Gopinath
Jeff Greif To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 8:22 PM Subject: Re: When is java.lang.SecurityException Thrown ?? These comments are rather speculative and not reflective of much expertise in this area   1.  Turn on some logging (or look in the logs

RE: When is java.lang.SecurityException Thrown ??

2003-12-18 Thread Gary L Peskin
Title: Message This is thrown when you try to include a .jar file with a java.* package in it on the regular classpath.  You might want to check with Rommel Sharma since his earlier email indicated that he did exactly that.  I would expect his action to cause exactly this problem, and it did

Re: When is java.lang.SecurityException Thrown ??

2003-12-18 Thread Jeff Greif
These comments are rather speculative and not reflective of much expertise in this area   1.  Turn on some logging (or look in the logs that already exist) to see where the exception is thrown. 2.  Most likely, to use the client code you will need to set up a security policy that permits acce