I\'m trying to ensure that my Rhino scripts (running under Java 6) are strict so that if a script developer misspells an expression I want an exception to be thrown. Currently
If you are doing Context.enter() before calling initGlobal() try reversing the order.
Context.enter()
initGlobal()