Java.lang.NoSuchMethodError: com.Person.setCompanyList(Ljava/util/ArrayList;)V -
Is NosuchMethodError.my error that someone can help me why running in Java in running time is error. Java.lang.NoSuchMethodError: com.Person .setCompanyList (Ljava / util / ArrayList;) V
its Meaning that the library version or the subject you have compiled is not the same version which is being run now.
When you used to compile, the method was there (otherwise there was a compilation error), but now it is not possible (probably the jar file is too old).
Try to clean and deploy your entire project
There is often a case reflection when you have time to run (for methods that are not yet present) Is the name of the methods.
Comments
Post a Comment