Link to home
Start Free TrialLog in
Avatar of pzozulka
pzozulka

asked on

Enable Java in my Web Browser

I am using Internet Explorer 7. Java applets say that Java is not enabled in my web browser. Examples of the error is:
"This module requires java to function, but your browser does not support java "

I check in Tools > Internet Options > Advanced, and it seems like Java is enabled. Also, I tried Firefox, and it works fine, so I know that its IE related.

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of blahphish
blahphish

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pzozulka
pzozulka

ASKER

I need to actually find the root of this as I suspect this might be a GPO setting blocking JAVA. Reseting the settings fixes it, but it stops working after restarting the computer.
In Exchange Management Shell:
    * Remove-AutoDiscoverVirtualDirectory Identity AutoDiscover (default web site)
    * New-AutoDiscoverVirtualDirectory
After you run New-AutodiscoverVirtualDirectory, you will notice an error. Simultaneously you will also notice the WWW service crashing. Wait for it to STOP.
Next, STOP the IIS Admin Service, along with HTTP SSL.
Next, try running New-AutoDiscoverVirtualDirectory. <-- It should now successfully create AutoDiscover.
Start the following services: WWW, IIS Admin Service, and HTTP SSL.
Disregard, wrong post.
perhaps use gpresult tool to help find the GP responsible for the internet explorer settings? http://www.windowsnetworking.com/articles_tutorials/Resultant-Set-Policy-Queries-GPRESULT.html

Or you could always just dig through the group policies on the Domain Controller manually..