Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am stuck executing the Java applet file using jnlp where Java is not installed. I need the plugin to be embedded so that if Java is not found, it should run automatically.

I tried using this:
<object 
  classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
  width="200" height="200"
  codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_5_0-windows-i586.cab#Version=1,5,0,0">
  <param name="jnlp_href" value="launch.jnlp">
</object>

Getting error windows has blocked unknown publisher

Thanks in advance
Regards
Shankar.N
Posted
Updated 16-Jan-10 8:33am
v2

1 solution

Have you tried all the options found on this[^] page?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900