EliteLama wrote: > I'm too searching for an appropriate solution. Is there a way without > using non-frozen interfaces?
No. > If this is not possible yet... which version of xulrunner and gecko- > sdk do I need to use nsIDocument, nsIScriptGlobalObject and > nsIScriptContext within Java and which jar-files to I need to add to > my project? You can't use those interfaces from Java. And if you could - a JSObject* is not something you can use from Java anyway, it's a C type... _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
