You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest to detect the running version of Java, as a part of plugin detection.
You could use the JavaScript parts of deployJava.js from java.
<script src="http://www.java.com/js/deployJava.js"></script>
<script>
var versions = deployJava.getJREs();
alert(versions);
</script>
The text was updated successfully, but these errors were encountered:
Thanks for suggestion. Requesting from Java the Java version used to actually load Java in the browser and this used to be slow (years ago). maybe this has changed and now it's "cheaper" to get the Java version.
mattab
added
the
Enhancement
For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
label
May 24, 2015
Hi,
I would like to suggest to detect the running version of Java, as a part of plugin detection.
You could use the JavaScript parts of deployJava.js from java.
The text was updated successfully, but these errors were encountered: