I need the following information about my Java plugins in Firefox (see picture):
plugin 'Java (TM)':
- Is the plugins 'Java (TM)' installed?
- Which version of this plugin is installed?
- What is the status of this plugin: "Immer aktivieren", "Nachfragen, ob aktiviert werden soll", "Nie aktivieren", ...?
plugin 'Java Deployment Toolkit':
- Is the plugins 'Java Deployment Toolkit' installed?
- Which version of this plugin is installed?
- What is the status of this plugin: "Immer aktivieren", "Nachfragen, ob aktiviert werden soll", "Nie aktivieren", ...?
How can I get this information with JavaScript?
Thank's for yor hints, Thomas
asked Nov 10, 2015 at 12:08
Thomas Rademacher
731 gold badge3 silver badges12 bronze badges
-
I don't think you'll be able to ask the browser if it's installed. You could look at the following though stackoverflow.com/questions/5746663/…Reinard– Reinard2015年11月10日 12:15:50 +00:00Commented Nov 10, 2015 at 12:15
-
Maybe this will help you: detect-version-of-java-using-javascriptZiki– Ziki2015年11月10日 12:16:47 +00:00Commented Nov 10, 2015 at 12:16
default