Most modern browsers no longer support Java.
In September 2015, Google decided to remove Java support in its Chrome web browser. The Java plugin is based on an old API called the Netscape Plugin API, which has always had security issues. Google felt it was time to let go of this old technology and make the Internet move to newer and safer technologies like HTML5. When you visit a website or web service using Java, you now see the message: โChrome browser does not support NPAPI plug-ins and therefore will not run all Java content. Switch to another browser (Internet Explorer or Safari on Mac) to launch Java plugin. "
The Java plug-in for web browsers relies on the cross-platform NPAPI plug-in architecture, which has been supported by all major web browsers for over a decade. Google Chrome version 45 (released in September 2015) discontinued support for NPAPI, which affects plugins for Silverlight, Java, Facebook Video, and other similar NPAPI-based plugins. Java applications are now offered through web browsers either as a launch web application (which does not interact with the browser after launch), or as a Java applet (which can interact with the browser). This change does not affect Web Start applications; it only affects applets.
If you have problems accessing Java applications using Chrome, Oracle recommends using Internet Explorer or Safari.
Developers and system administrators looking for alternative ways to support Chrome users should check out this Web Start application launch blog.
source share