Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How to add AWTpermission to a signed applet?

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to add AWTpermission to a signed applet?

    Hi

    I have a signed applet in which i open a jpopupmenu, but when i hover the mouse onto the menu, i get a warning symbol.
    My applet is signed and the signature is valid. I think the signing the applet will not achieve AWTPERMISSION. So, i want to add a "showWindowWithoutWarningBanner" AWT Permission.
    How can i do this?I donot want to edit the java.policy file manually as this applet has to be loaded on to N number of machines accessing the application.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How to add AWTpermission to a signed applet?

    This thread has been cross posted here:


    http://www.java-forums.org/java-applets/49529-how-add-awtpermission-signed-applet.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


Similar Threads

  1. Need help to run my first applet
    By piulitza in forum Java Applets
    Replies: 6
    Last Post: September 2nd, 2011, 11:52 AM
  2. Help with this applet.
    By jasonxman in forum Java Applets
    Replies: 1
    Last Post: August 24th, 2011, 12:52 AM
  3. Can't Run my Applet! Please help!
    By JJoelTheMan in forum Java Applets
    Replies: 2
    Last Post: June 10th, 2011, 07:11 AM
  4. when i run applet
    By chonch in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 22nd, 2011, 04:56 PM
  5. applet img
    By wolfgar in forum Java Theory & Questions
    Replies: 5
    Last Post: April 7th, 2010, 09:14 PM