Java7 ClassFormatError: Illegal local variable table length while creating the object

后端 未结 2 1725
孤独总比滥情好
孤独总比滥情好 2020-12-11 03:55

I am getting this strange error while executing the following code.

EncoderRequest encoderRequest = new EncoderRequest(sid,appTxnId,pfid,transactionType,\"\"         


        
2条回答
  •  孤城傲影
    2020-12-11 03:59

    You can also do this config : Add -noverify in your jvg args

    For ant config you can do :

    You can follow the link for more details on why we need to do this.

提交回复
热议问题