Click to See Complete Forum and Search --> : can i get rid of this Warning?


gigafire
September 21st, 2000, 09:35 AM
i've built a context menu,but at the end of the menu,it appears a line as "warning: Applet window", how can i get rid of this line?
thanks!!

satgan
September 22nd, 2000, 07:32 AM
I guess it is a security warning. So, if you sign your applet, this solves your problem.

mjpell
September 29th, 2000, 03:24 PM
Yes, you need to have your applet digitally signed.

For testing, you can also copy your .jar to the \lib directory where your JRE is installed. And update the Policy File. For excellant instructions, see http://www.suitable.com/CodeSigningLinks.shtml

Best of luck!