Re: Status of Java XPCOM?
Alex Milowski <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <SvydnaGISODjbjbZnZ2dnUVZ_s6dnZ2d__39114.9934767329$1152119752$gmane$org@mozilla.org> |
Javier Pedemonte wrote: > Sorry for not responding sooner. I must have missed this post. > > I am trying to get a working version of the Java Component Loader out, > but need to work through licensing issues, since it depends on a third > party library. Just know that I am working on it! This will be huge when it is available! Let me know if you need an early tester. I've got a working build of xulrunner that I can try to update. A couple of questions: * How many JVM instances do you get if you have two different Java XPCOM components? * How does the JVM instance relate to the one used by Javascript? For example, if you script an XPCOM component with javascript and then pass a Java object instantiated in Javascript, are they from the same JVM? --Alex Milowski