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!

Mozilla 도움말 검색

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

Learn More

Java calls from Javascript source code in Mozilla Firefox 16 or following versions

  • 1 답장
  • 1 이 문제를 만남
  • 6 보기
  • 최종 답변자: user633449

more options

I was updating my add-on in order to obtain compatibility with all versions of Firefox.

My add-on uses Javascript source code, calling a Java .jar library using Java.Packages object.

I was able to obtain compatibility till to Firefox 15.0.1. In Firefox 16, however, support for LiveConnect seems to be removed.

I've looked for a solution and I have found this message: https://bugzilla.mozilla.org/show_bug.cgi?id=748343

Despite I've tried some of the workarounds proposed at this link, I haven't got any result: JVM is not activated during the execution of the add-on Javascript source code. Error console does not provide any message.

Can you provide a working example source code, showing how to call a Java public class contained in a .jar file from the Javascript source code of an add-on, in Firefox 16 or following ?

Thanks in advance.

I was updating my add-on in order to obtain compatibility with all versions of Firefox. My add-on uses Javascript source code, calling a Java .jar library using Java.Packages object. I was able to obtain compatibility till to Firefox 15.0.1. In Firefox 16, however, support for LiveConnect seems to be removed. I've looked for a solution and I have found this message: https://bugzilla.mozilla.org/show_bug.cgi?id=748343 Despite I've tried some of the workarounds proposed at this link, I haven't got any result: JVM is not activated during the execution of the add-on Javascript source code. Error console does not provide any message. Can you provide a working example source code, showing how to call a Java public class contained in a .jar file from the Javascript source code of an add-on, in Firefox 16 or following ? Thanks in advance.

모든 댓글 (1)

more options

Please try asking on the #extdev IRC channel, or developer.mozilla.org. This is a support site for end users so we can't really help with add-on development.