Hi Daniel. On 18/12/2009 5:19 AM, Daniel Kim wrote:
What I am trying to achieve: Call Java class's method from Javascript
Do you want to call (from JS) a method on a Java applet from running in Firefox? If so, then you shouldn't need Rhino/ScriptableObject at all. Methods on your the applet object will be reflected on to the <object> or <applet> object in the DOM.
(I just guess that you're using Java applets/Firefox because you mention Firebug.)
If you're trying to do something else, please explain in more detail. Cameron _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
