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 4 of 4

Thread: getting pluging message while loading applet in browser

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

    Post getting pluging message while loading applet in browser

    hi

    Plugin pop up.jpg

    I get this attach error while loading applet in browser


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: getting pluging message while loading applet in browser

    Moved from Member Introduction section.

    Please copy the full text of the error message and paste it here as text.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: getting pluging message while loading applet in browser

    Do what it says: update your java version.
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  4. #4
    Junior Member
    Join Date
    Oct 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: getting pluging message while loading applet in browser

    i guess due to plugin get expired (on 12-10-2013) i would get this message once i update plugin then it's working fine, and one question is


    i have my own jar that is a.jar, which had reference of 5 other .jar file

    To set "permissions : all-permisssions" to a.jar, I had modify build-xml of file.

    but for other 5 jar file i have to modify "MANIFEST.MF" file
    using "jar ufm my-jar my-MF-file" to append information to .MF but for this i have to open each .jar get .MF file content and then create new .MF file having "permissions : all-permissions" set and then execute command to upend permission attribute to .MF file.
    then sign the .jar to use in web app.

    Is it write way to upend .MF file ??

Similar Threads

  1. a applet is not working in browser(Help me i am struck'd)
    By bhavesh in forum What's Wrong With My Code?
    Replies: 10
    Last Post: December 4th, 2012, 03:11 PM
  2. a applet is not working in browser
    By bhavesh in forum What's Wrong With My Code?
    Replies: 0
    Last Post: December 3rd, 2012, 01:27 PM
  3. Applet not working in Browser
    By maz3r in forum Java Theory & Questions
    Replies: 5
    Last Post: August 31st, 2012, 09:21 AM
  4. [SOLVED] Why doesn't my Applet show up in my browser?
    By SendBorg in forum Java Applets
    Replies: 3
    Last Post: January 29th, 2012, 08:30 AM
  5. [SOLVED] applet loading time
    By dabdi in forum Java Theory & Questions
    Replies: 14
    Last Post: September 21st, 2011, 08:54 PM