After reading that I find that protecting applet is very difficult. But is their any other language available in which I can create dynamic content and also protect them.
You could make it a normal Java application and serve it with webstart.
PS: Note that the whole security business is rarely ever completely fool proof.
Thanks for your advice and links.
Now I will using simple java applet and nothing more security.Supply ing that with webstart will run on server side and it will take huge resources. So let other to use my applet. Thanks.
Comment