Subj : Re: [Rhino] security policy To : Jo From : Igor Bukanov Date : Thu Mar 13 2003 03:02 pm Jo wrote: > > unfortunately, that's not that createClassLoader that cause > problem, but the one on the Context class, so even after doing that > modification, I still have the exception. It turned out at the end that I forgot to add for that reflection optimization support for new Rhino security stuff. But since a method invocation by the reflection in JDK 1.4 works significantly faster then previously, the optimization may not bring any noticeable advantages. So I suggest you to remove the class org.mozilla.javascript.optimizer.InvokerImpl from your class path as a workaround. Regards, Igor .