On Sep 22, 8:28 pm, darrel karisch <[EMAIL PROTECTED]> wrote: > it's a bit awkward following the ContextFactory example that includes > a reference to MyContext that presumably extends Context and then find > that the only public Context ctor is deprecated.
You can - and should - call the protected constructor that takes a ContextFactory argument. Java access modifiers can be really confusing, which is why everybody loves JavaScript :-) hannes _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
