Steven Katz wrote:

> All,
> 
> I am trying to get Netscape to recognize the Java Plugin using the
> nsIModule/NS_IMPL_NSGETMODULE scheme of things.
> 
> So far I have only been able to get a development build to see and load the
> module by placing it in dist/bin/components.
> 
> I have two problems however:
> 
> 1) I can't get a released build to recognize it at all.


The DEBUG build does an AutoRegister at start up. The product/release
build does not do this so you'll need to register it manually with
regxpcom.

Regards,
Rick


Reply via email to