the problem is resolved !

before:
scope.put(key, scope, new Window());

correct way:
Scriptable window = Context.enter().newObject(scope, "Window", null);
scope.put(key, scope, window);
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to