java - How to launch an applet using chrome? -
here url:
http://www.javaworld.com/article/2076625/core-java/designing-object-initialization.html
that not launch below element on browser:
<applet code="trafficlightapplet.class" codebase="http://www.javaworld.com/javaworld/jw-03-1998/techniques" height="225" width="350" title="undefined">you need java-enabled browser see applet. <figure><img src="http://images.techhive.com/images/idge/imported/article/jvw/1998/03/trafficlight-100158135-orig.gif"></figure> state-transition diagram traffic light</applet> i using chrome version 43.0.2357.124
please me!!!
from java faq section.
google announced in september 2013 plans remove npapi support chrome "the end of 2014", dropping support silverlight, java, facebook video , other similar npapi based plugins. recently, google has revised plans , state plan remove npapi late 2015.
as of april 2015, starting chrome version 42, google has added additional step configuring npapi based plugins java run.
see section enabling npapi in chrome version 42 , later.
if still not working, check if java plugin installed in chrome. type in address bar: chrome://plugins/.
if java plugin not listed there checkout stackoveflow thread how configure chrome's java plugin uses existing jdk in machine.
Comments
Post a Comment