Re: permissions

2001-03-14 Thread Peter Pilgrim
-- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- Forwarded by Peter Pilgrim on 14/03/2001 10:35 --- From: Peter Pilgrim on 14/03/2001 10:35 To: Joel Dudley <[EMAIL PROTECTED]> cc: Subject: Re: permis

Re: permissions

1999-12-13 Thread Joseph Shraibman
Matthias Pfisterer wrote: > Hi, > > it should be possible to determine this by trial-and-error. Remove that > AllPermissions and run your program. Watch out for the first > SecurityException. It usually can be derived from the error message > which permission is missing. Grant this permissen, the

Re: permissions

1999-12-10 Thread Matthias Pfisterer
Hi, it should be possible to determine this by trial-and-error. Remove that AllPermissions and run your program. Watch out for the first SecurityException. It usually can be derived from the error message which permission is missing. Grant this permissen, then run you prg again... Matthias Jos