Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

How to avoid a java applet redirecting to java.com instead of opening applet in FireFox

  • 4 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: aas82

more options

I have a weird problem with a java applet that has minimumVersion set to 1.6. It works absolutely fine in other browsers, but when I try to use the applet in FireFox it redirects me to java.com like I don't have java installed. However the problem is only with this specific applet as other java content still works in FireFox. I have the latest java and problem is in both FF 25.0.1 and FF 26.

Does anyone have any tips as to what can be causing this problem? It's obviously a combination of something in the applet and something with FireFox as it works fine in IE and other browsers.

BTW the applet also have the following params in console when running it in IE: security: SSV validation:

   running: 1.7.0_51
   requested: null
   range: null
   javaVersionParam: null
   Rule Set version: null

And this linie that may/may not mean anything:

Missing Application-Library-Allowable-Codebase manifest attribute for: https://<site>/resources/sei/applets/sei-applet-20140127.jar
I have a weird problem with a java applet that has minimumVersion set to 1.6. It works absolutely fine in other browsers, but when I try to use the applet in FireFox it redirects me to java.com like I don't have java installed. However the problem is only with this specific applet as other java content still works in FireFox. I have the latest java and problem is in both FF 25.0.1 and FF 26. Does anyone have any tips as to what can be causing this problem? It's obviously a combination of something in the applet and something with FireFox as it works fine in IE and other browsers. BTW the applet also have the following params in console when running it in IE: security: SSV validation: running: 1.7.0_51 requested: null range: null javaVersionParam: null Rule Set version: null And this linie that may/may not mean anything: Missing Application-Library-Allowable-Codebase manifest attribute for: https://<site>/resources/sei/applets/sei-applet-20140127.jar

글쓴이 aas82 수정일시

모든 댓글 (4)

more options

Have you tried running it from a different pc? Please make sure that pc has latest Firefox and Java installed.

more options

Yes, we have the problem on some of our own machines and also on some costumer machines. Only similarity between machines is that they have Windows. It seems to work from Linux. And yes have tried different versions including the newest ones.

more options

Please answer these questions:

  • Is this problem happening on 64 bit systems only?
  • Did you install Java after installing Firefox?

글쓴이 Manojit Ghosh 수정일시

more options

Our systems it's happening on is 64bit. I don't know about the customer. Will try to test it from a 32bit machine. However we do have 32bit java installed and the IE we test in is 32bit as well.

Regarding install order, then yes java was installed after firefox. But remember that all other java content works fine including the java verify on java.com. Also java shows correctly on the plugin page.

Thx for responding btw.