libmozillainterfaces-java

Xpcom bindings for java
  http://developer.mozilla.org/en/docs/JavaXPCOM
  0
  no reviews



Javaxpcom allows for communication between java and xpcom, such that a java application can access xpcom objects, and xpcom can access any java class that implements an xpcom interface. with javaxpcom, a developer can talk to xpcom or embed gecko from a java application. javaxpcom is very similar to xpconnect (javascript-xpcom bridge), and uses xpidl

install this package if you wish to access xpcom objects from java. the counterpart is built in libxul0d.

this package also provides the java interfaces sources.