Is there a method to determine if Java is currently running on your system or if it has been disabled in your browser? Our application relies on Java applets, and we typically use "deployJava.js" to load the applet. However, even when Java is disabled in the browser settings, the script still indicates that Java is not installed.
Are there any ways to distinguish between a scenario where Java is simply not installed versus a situation where it has been intentionally disabled? Ideally, I am looking for a solution using JavaScript. I have also explored using "navigator.javaEnabled()" as an alternative, but this function yields the same result as using "deployJava.js".