NavigatorPlugins.javaEnabled()
This method indicates whether the current browser is Java-enabled or not.
Syntax
JavaScript
Copy Code
result = window.navigator.javaEnabled()
Example
JavaScript
Copy Code
if (window.navigator.javaEnabled()) { // browser has java }
Notes
The return value for this method indicates whether the preference that controls Java is on or off - not whether the browser offers Java support in general.
Specifications
This not part of any specifications.
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/navigatorplugins/javaenabled