I'd like to write an XPCOM-component in java using BlackConnect. But after reading the BlackConnect requirements and design info it is still not really clear to me how to sart. Is it enough to write an interface extending org.mozilla.xpcom.nsISupports and then implement this interface? or will i need to have a typelib in the components-directory also?
Where will i have to place the interfaces and classes? Is it sufficient to set the CLASSPATH to the .jar-file. i would appreciate it, if anyone knew a good example/tutorial with sources. thanks, julian
