On Wed, 13 Jun 2001 15:44:44 GMT, Steven Katz <[EMAIL PROTECTED]>
wrote:
>
>I don't know what regxpcom is.  All the information I have so far indiactes that
>I only need to put it in the "components" directory.

autoregistration is only enabled in debug builds.  In a release build
you need to either delete bin\component.reg and bin\components\xpti*

Or run regxpcom on your dll:
regxpcom path\to\your\dll


>>>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?
>>
>
>So far I can only say for certin that it fails with APPLET (I get a dialog box
>saying there is no plugin for application/x-java-vm.

In your self-registration method, is RegisterPlugin() returning
success?



Reply via email to