Dear all
I'm trying to make winEmbed to be able to use Java-Plugin.
I added the source code like this.
nsCOMPtr<nsIPrefService> prefService =
do_GetService(NS_PREFSERVICE_CONTRACTID);
nsCOMPtr<nsIPrefBranch> pref;
prefService->GetBranch("", getter_AddRefs(pref));
if(!pref){ return; }
pref->SetBoolPref("security.enable_java", is_java_enable);
But when start winEmbed.exe, show up warning dialogbox
titled 'Java Plug-in Proxy Configuration Warning'.
And warning message is
'Unable to obtain proxy configuration from
Netscape Navigator 3.x - fallback.'.
I think this mean Java-Plugin regarding winEmbed.exe as Netscape 3.x .
(Because this application is not which of
Mozilla, Netscape6.x and Netscape4.x, either)
What should it carry out?
Thanks.
Izmi