Hi,

It may be worth asking this question in the npm.java group. Also check to see if
Java applets run in the same address space as Mozilla. If this is so then you
will be in trouble since a webclient built against M3 is won't load or function
properly inside M18 because all the loaded Gecko DLLs will be different from the
ones webclient expects.

Also consider whether you need webclient at all since Java applets already have
some ability to start browsing operations.

Rick Braley wrote:

> I need to embed a web browser component in an applet that will be run in
> Mozilla 18. Will the webclient provide this functionality for me?
> Also, I can't get the M3 release of webclient to build. Error message states
> the org.w3c.dom classes must be in my classpath. I have the dom2-2000037.jar
> file in my classpath as the build directions state but the error still
> occurs. I have even extracted the classes from the jar and I still get this
> message.
> Will this release work with Mozilla 18? If not, what source do I need to
> get...
>
> Any help will be appreciated.



Reply via email to