William A. Rowe, Jr. wrote:
Fenlason, Josh wrote:

Here is the path that requires msjava.dll:
Httpd.exe->libapr-1.dll->advapi32.dll->winsta.dll->netapi32.dll->dnsapi.
dll->iphlpapi.dll->mprapi.dll->activeds.dll->adsldpc.dll->credui.dll->sh
ell32.dll->shdocvw.dll->mshtml.dll->msjava.dll


When you see something nested from MS itself, it's safe to assume;

 * the dependency is dynamic, and won't trigger a fault if not present


That's correct. msjava.dll is delay-load and fired only if you
try to to use ShowHTMLDialog with html containing java applet.

Like bill said, completely safe with us :)

Regards,
Mladen.


Reply via email to