I'm interested in adopting standalone XPCOM for creating cross platform software and so far from the experiments that I've done it's going to do the job. The only additional criteria that I have is that I need for the components to be accessible from Java applications. I've been looking for answers to whether one can use JavaXPCOM with standalone XPCOM.
I've been building standalone XPCOM on windows by configuring it this: ./configure --enable-standalone-modules=xpcom --enable-javaxpcom --enable-application=standalone but when I try to enable javaxpcom via: ./configure --enable-standalone-modules=xpcom --enable-javaxpcom --enable-application=standalone I find that the makefiles for javaxpcom are not being generated (they are when configuring for xulrunner). Does anyone know what the story is? Is using JavaXPCOM for interfacing Java clients to standalone XPCOM possible? Thanks in advance. martin _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
