java.lang.SecurityException: sealing violation:

前端 未结 3 835
陌清茗
陌清茗 2020-12-04 01:32

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

3条回答
  •  遥遥无期
    2020-12-04 02:33

    Goto your jar file,you will see .MF file.Open it.You will find Sealed:true. Edit it, make it false.Over.

提交回复
热议问题