not able to run applet in browser with policy file
anchit pancholi
Ranch Hand
Joined: Oct 14, 2010
Posts: 31
posted
0
hi,
i have a applet and policy file. i tried to run by appletviewer by using policy file it running well. i have no idea how to run that applet in browser with policy file .
can anyone help me out at this point.
thanks
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
Don't use policy files with applets, it's not a viable deployment strategy when. Sign the applet instead.
anchit pancholi
Ranch Hand
Joined: Oct 14, 2010
Posts: 31
posted
0
Tim Moores wrote:Don't use policy files with applets, it's not a viable deployment strategy when. Sign the applet instead.
is there any way by that we can achieve without signing applet. if it is not safe it doesn't matter.
thanks tim
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
2
Policy files are completely impractical for deployment; signing the applet is the only option.
anchit pancholi
Ranch Hand
Joined: Oct 14, 2010
Posts: 31
posted
0
Tim Moores wrote:Policy files are completely impractical for deployment; signing the applet is the only option.
thanks tim
subject: not able to run applet in browser with policy file