How to troubleshoot Java applet inside firefox?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have a requirement to digitally sign PDF files on a specific site. This site allows to do so via a java applet only. So installed an old firefox(52.9.0) which supports java plugin. Java applet is successfully loaded by the site, but is unable to find the hardware token (ePass2003) connected to USB port. Official binaries provided with this token are able to read it. How can I troubleshoot java applet(which probably seems to be the culprit here) or may be something else? Doing all this on a freshly installed ubuntu 18.04 LTS.
icedtea is not installed. Instead java is installed as per here and verified the java plugin installation by :-
- Verifying the java version on java.com, it is found to be version 8 update 201. 64-bit java plugin is installed.
- Similar results found via "about:plugins"
firefox java
|
show 4 more comments
I have a requirement to digitally sign PDF files on a specific site. This site allows to do so via a java applet only. So installed an old firefox(52.9.0) which supports java plugin. Java applet is successfully loaded by the site, but is unable to find the hardware token (ePass2003) connected to USB port. Official binaries provided with this token are able to read it. How can I troubleshoot java applet(which probably seems to be the culprit here) or may be something else? Doing all this on a freshly installed ubuntu 18.04 LTS.
icedtea is not installed. Instead java is installed as per here and verified the java plugin installation by :-
- Verifying the java version on java.com, it is found to be version 8 update 201. 64-bit java plugin is installed.
- Similar results found via "about:plugins"
firefox java
Please add output ofdpkg -l | grep icedtea
to the question. Also visit the java.com/en/download/installed8.jsp?detect=jre and share the screenshot of it.
– N0rbert
Mar 23 at 19:32
Updated the question with java installation method and its version.
– Amit
Mar 24 at 15:28
For more reproducible results I may recommend to use IcedTea instead of Oracle JRE. Something likesudo apt install icedtea-plugin
.
– N0rbert
Mar 24 at 15:31
Done. Replaced Oracle JRE plugin with IcedTea plugin. Now java version is 8 update 191.
– Amit
Mar 24 at 16:50
The java applet no longer on IcedTea plugin. It fails to initialize. I suppose, troubleshooting Oracle JRE should be the way to find a solution. How to proceed here?
– Amit
Mar 24 at 18:27
|
show 4 more comments
I have a requirement to digitally sign PDF files on a specific site. This site allows to do so via a java applet only. So installed an old firefox(52.9.0) which supports java plugin. Java applet is successfully loaded by the site, but is unable to find the hardware token (ePass2003) connected to USB port. Official binaries provided with this token are able to read it. How can I troubleshoot java applet(which probably seems to be the culprit here) or may be something else? Doing all this on a freshly installed ubuntu 18.04 LTS.
icedtea is not installed. Instead java is installed as per here and verified the java plugin installation by :-
- Verifying the java version on java.com, it is found to be version 8 update 201. 64-bit java plugin is installed.
- Similar results found via "about:plugins"
firefox java
I have a requirement to digitally sign PDF files on a specific site. This site allows to do so via a java applet only. So installed an old firefox(52.9.0) which supports java plugin. Java applet is successfully loaded by the site, but is unable to find the hardware token (ePass2003) connected to USB port. Official binaries provided with this token are able to read it. How can I troubleshoot java applet(which probably seems to be the culprit here) or may be something else? Doing all this on a freshly installed ubuntu 18.04 LTS.
icedtea is not installed. Instead java is installed as per here and verified the java plugin installation by :-
- Verifying the java version on java.com, it is found to be version 8 update 201. 64-bit java plugin is installed.
- Similar results found via "about:plugins"
firefox java
firefox java
edited Mar 24 at 19:05
Amit
asked Mar 23 at 19:21
AmitAmit
62
62
Please add output ofdpkg -l | grep icedtea
to the question. Also visit the java.com/en/download/installed8.jsp?detect=jre and share the screenshot of it.
– N0rbert
Mar 23 at 19:32
Updated the question with java installation method and its version.
– Amit
Mar 24 at 15:28
For more reproducible results I may recommend to use IcedTea instead of Oracle JRE. Something likesudo apt install icedtea-plugin
.
– N0rbert
Mar 24 at 15:31
Done. Replaced Oracle JRE plugin with IcedTea plugin. Now java version is 8 update 191.
– Amit
Mar 24 at 16:50
The java applet no longer on IcedTea plugin. It fails to initialize. I suppose, troubleshooting Oracle JRE should be the way to find a solution. How to proceed here?
– Amit
Mar 24 at 18:27
|
show 4 more comments
Please add output ofdpkg -l | grep icedtea
to the question. Also visit the java.com/en/download/installed8.jsp?detect=jre and share the screenshot of it.
– N0rbert
Mar 23 at 19:32
Updated the question with java installation method and its version.
– Amit
Mar 24 at 15:28
For more reproducible results I may recommend to use IcedTea instead of Oracle JRE. Something likesudo apt install icedtea-plugin
.
– N0rbert
Mar 24 at 15:31
Done. Replaced Oracle JRE plugin with IcedTea plugin. Now java version is 8 update 191.
– Amit
Mar 24 at 16:50
The java applet no longer on IcedTea plugin. It fails to initialize. I suppose, troubleshooting Oracle JRE should be the way to find a solution. How to proceed here?
– Amit
Mar 24 at 18:27
Please add output of
dpkg -l | grep icedtea
to the question. Also visit the java.com/en/download/installed8.jsp?detect=jre and share the screenshot of it.– N0rbert
Mar 23 at 19:32
Please add output of
dpkg -l | grep icedtea
to the question. Also visit the java.com/en/download/installed8.jsp?detect=jre and share the screenshot of it.– N0rbert
Mar 23 at 19:32
Updated the question with java installation method and its version.
– Amit
Mar 24 at 15:28
Updated the question with java installation method and its version.
– Amit
Mar 24 at 15:28
For more reproducible results I may recommend to use IcedTea instead of Oracle JRE. Something like
sudo apt install icedtea-plugin
.– N0rbert
Mar 24 at 15:31
For more reproducible results I may recommend to use IcedTea instead of Oracle JRE. Something like
sudo apt install icedtea-plugin
.– N0rbert
Mar 24 at 15:31
Done. Replaced Oracle JRE plugin with IcedTea plugin. Now java version is 8 update 191.
– Amit
Mar 24 at 16:50
Done. Replaced Oracle JRE plugin with IcedTea plugin. Now java version is 8 update 191.
– Amit
Mar 24 at 16:50
The java applet no longer on IcedTea plugin. It fails to initialize. I suppose, troubleshooting Oracle JRE should be the way to find a solution. How to proceed here?
– Amit
Mar 24 at 18:27
The java applet no longer on IcedTea plugin. It fails to initialize. I suppose, troubleshooting Oracle JRE should be the way to find a solution. How to proceed here?
– Amit
Mar 24 at 18:27
|
show 4 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1128116%2fhow-to-troubleshoot-java-applet-inside-firefox%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1128116%2fhow-to-troubleshoot-java-applet-inside-firefox%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please add output of
dpkg -l | grep icedtea
to the question. Also visit the java.com/en/download/installed8.jsp?detect=jre and share the screenshot of it.– N0rbert
Mar 23 at 19:32
Updated the question with java installation method and its version.
– Amit
Mar 24 at 15:28
For more reproducible results I may recommend to use IcedTea instead of Oracle JRE. Something like
sudo apt install icedtea-plugin
.– N0rbert
Mar 24 at 15:31
Done. Replaced Oracle JRE plugin with IcedTea plugin. Now java version is 8 update 191.
– Amit
Mar 24 at 16:50
The java applet no longer on IcedTea plugin. It fails to initialize. I suppose, troubleshooting Oracle JRE should be the way to find a solution. How to proceed here?
– Amit
Mar 24 at 18:27