Re: Status of Java XPCOM?
Alex Milowski <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <ysOdnS8jtKBXUzfZnZ2dnUVZ_vednZ2d__43816.1035105169$1152045019$gmane$org@mozilla.org> |
Michal Ceresna wrote: > On Monday 12 June 2006 17:26, Alex Milowski wrote: > Hello, > > This has been discussed some time ago: > http://groups.google.com/group/mozilla.dev.tech.java/browse_thread/thread/cf210145b1eff0e8/3be70ccc48fd0536#3be70ccc48fd0536 The javascript bridge solution doesn't work for me. I ran into a firefox bug where, since the java was instantiated inside a javascript XPCOM object, there is no window handle for the liveconnect. Any method calls inside Java on javascript objects fail. In my case, I want to register a javascript object with the Java object and have it do a call back. That live connect bridge only seems to work from applet code. --Alex Milowski