java javassist.CannotCompileException: by java.lang.LinkageError: loader
问题 I need to change the method (calculation formula) without recompiling the application. I know that this can be done with the help of javassist. So far I'm trying on a simple example. In the post method, I call the createMethodHelper () method, which must change the Helper2 method. All OK. But after a repeated call (reloading the page), the error javassist.CannotCompileException: by java.lang.LinkageError: loader So, the class containing the only method I want to change package ru