hi
Plugin pop up.jpg
I get this attach error while loading applet in browser
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.
hi
Plugin pop up.jpg
I get this attach error 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.
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/
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 ??