I am using GWT for my Java application. When I try to run it as web application, I get the following error:
java.lang.SecurityException: sealing viola
Goto your jar file,you will see .MF file.Open it.You will find Sealed:true. Edit it, make it false.Over.