¡@

Home 

java Programming Glossary: retransform

how to retransform a class at runtime

http://stackoverflow.com/questions/18567552/how-to-retransform-a-class-at-runtime

to retransform a class at runtime I am tring modify class which already loaded.. e.g. Person in transform method Codes DemoTransformer 5th retransform the class using retransformClasses It works fine from 1st step.. Codes DemoTransformer 5th retransform the class using retransformClasses It works fine from 1st step to 5th step but there are..