Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Why is my Java plugin being hidden?

  • 10 답장
  • 5 이 문제를 만남
  • 5 보기
  • 최종 답변자: 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!!