Re: Howto enable Java (Sun JRE) in custom browser?



On 1 Aug., 14:31, "Thomas Kluge" <T.Kl...@xxxxxxxxxxxxx> wrote:
We developed a IE browser control based webbrowser. We see that the IE uses
the Sun JRE (j2re1.4.2_07) executing an applet within a test webpage. Our
custom browser tries to load this applet using MS Java, which will fail. If
I unregister msjava.dll the custom browser loads the page correctly.

Can somebody give me a clue, how to act the same way as the IE itself?

regards
Thomas

the proccess wich uses your control must set the environment variable
JAVA_PLUGIN_WEBCONTROL_ENABLE = TRUE
after that the behavior of user browser control is identical to the
original
see also: Message-ID: <laWeXpjEFHA.4072@xxxxxxxxxxxxxxxxxxxxx>

.