Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Why is my Java plugin being hidden?

  • 10 个回答
  • 5 人有此问题
  • 1 次查看
  • 最后回复者为 MrSoapsud

more options

I have Firefox 10.0.5ESR and had Java 6 update 31 and all was well. I've updated to update 33 (we need to stay on the 6 line for the time being for corporate apps) but Firefox doesn't like update 33. It's not visible in about:plugins or in the Addons page. If you go to the plugin check page you get

"Missing JAVA?

For your safety, Firefox has disabled your outdated version of Java. Please upgrade to the latest version."

which is odd because it wasn't saying that about update 31! (The troubleshooting info below says 10.0.4 because I tried downgrading to that to see if it would help - it didn't!)

I have Firefox 10.0.5ESR and had Java 6 update 31 and all was well. I've updated to update 33 (we need to stay on the 6 line for the time being for corporate apps) but Firefox doesn't like update 33. It's not visible in about:plugins or in the Addons page. If you go to the plugin check page you get "Missing JAVA? For your safety, Firefox has disabled your outdated version of Java. Please upgrade to the latest version." which is odd because it wasn't saying that about update 31! (The troubleshooting info below says 10.0.4 because I tried downgrading to that to see if it would help - it didn't!)

被采纳的解决方案

The usual places to scan for plugins are in these registry keys:

HKCU\Software\MozillaPlugins\plugin-id
HKLM\Software\MozillaPlugins\plugin-id
HKLM\SOFTWARE\Wow6432Node\MozillaPlugins\plugin-id
定位到答案原位置 👍 2

所有回复 (10)

more options

Hi MrSoapsud, try delete pluginreg.dat in Profile folder and check it again.

see for more info : Re-initializing the plugins database


thank you

Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

more options

Done that, several times - didn't help... Need to identify what it is that's triggering the box on the plugincheck page (among other things)

more options

Make sure that you've installed the 332 bit version of Java. Firefox won't work with a 64 bit version.

See Java Platform > Java 6U33 (Download JRE)

由cor-el于修改

more options

Yes - should have mentioned - it is the 32 bit version I'm playing with...

more options

Do you see the Java plugin on the about:addons page (Tools > Add-ons > Plugins) as being enabled?

If not then you may have a problem with missing registry keys that Firefox uses to scan for a plugin like Java.

Try to uninstall Java with the JavRa program and reinstall Java.

Make sure that you run the Java installer as Administrator if you keep having problems.

more options

No - it's not visible at all on the plugin page.

Will take a look at the registry side of things - do you know specifically where FF looks?

more options

JavaRa didn't help but clearing out some reg keys under HKLM/Software/Javasoft and /MozillaPlugins has done the trick. Many thanks.

more options

选择的解决方案

The usual places to scan for plugins are in these registry keys:

HKCU\Software\MozillaPlugins\plugin-id
HKLM\Software\MozillaPlugins\plugin-id
HKLM\SOFTWARE\Wow6432Node\MozillaPlugins\plugin-id
more options
more options

Turned out the real problem was that the uninstaller for either 6u29 or 6u30 was re-writing "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@@java.com/JavaPlugin/Path" to the old new_plugin version even though the current version installed needed the path with plugin2 in it! Taken a long time to work that out - thanks Oracle!!