ClassFormatError: Unknown constant tag in class XY

后端 未结 2 614
梦谈多话
梦谈多话 2020-12-20 12:00

I have a piece of code in which I try to load a class during runtime. The code is not all selfwritten so I have some problems understanding the error which always appers aft

2条回答
  •  死守一世寂寞
    2020-12-20 12:43

    Answers to your questions:

    1. No

    2. Yes

    3. From Java Doc Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.

提交回复
热议问题