[Webkit-unassigned] [Bug 17607] 'java' object not exposed to js
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 2 02:56:41 PST 2008
http://bugs.webkit.org/show_bug.cgi?id=17607
webkit at blaut.biz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |webkit at blaut.biz
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Comment #1 from webkit at blaut.biz 2008-03-02 02:56 PDT -------
It's by design. You cannot call Java directly from javascript. First you should
create an applet on the page. After that you can use LiveConnect to call
methods from the applet using JavaScript. This *proper* method works fine in
Webkit.
Check this page to read how to do it:
http://www.whatscookin.com/staff/mattd/articles/jre-detection.html
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list