java Programming Glossary: transformclass
how to retransform a class at runtime http://stackoverflow.com/questions/18567552/how-to-retransform-a-class-at-runtime Codes DemoTransformer 5th retransform the class using retransformClasses It works fine from 1st step to 5th step but there are problems.. fine from 1st step to 5th step but there are problems at retransformClasses . It called transform again which contains codes to modify.. I think the problem may occured during addTransformer or retransformClasses . But I still confused. Well how to retransform a class Any..
|