java.lang.VerifyError on method that worked a minute ago

前端 未结 7 1794

Apologies in advance but I have never seen this error before and don\'t know what to include. I am using NetBeans and suddenly began getting this error:

Exc         


        
7条回答
  •  独厮守ぢ
    2021-01-18 04:58

    It is definitely a compiler issue: the bytecode generated has a different Binary Format.

    To solve this: Right click on the project -> Properties -> Sources -> Source/Binary Format

    Change it to whatever format is suitable to your code.

提交回复
热议问题