On Tue, 12 Jun 2001 19:24:19 GMT, Steven Katz <[EMAIL PROTECTED]>
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.
what are you doing to make it recognized? is regxpcom failing?
>2) I can't get the development build to recognize it as something to use to run
>applets (defined with the APPLET tag or the EMBED tag). It only recognizes it
>as something to use for javascript request (such as typing
>javascript:java.lang.System.out.println("sss") in the location box)
Are you getting error messages related to the embed or applet
instantiations?