CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2000
    Posts
    4

    can i get rid of this Warning?

    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!!


  2. #2
    Join Date
    Mar 2000
    Location
    IL,US
    Posts
    39

    Re: can i get rid of this Warning?

    I guess it is a security warning. So, if you sign your applet, this solves your problem.


  3. #3
    Join Date
    Nov 1999
    Location
    Indianapolis, IN
    Posts
    191

    Re: can i get rid of this Warning?

    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!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured