JBoss Community

Re: Class loader issue in javassist

created by Troy Heninger in Javassist - View the full discussion

The problem is you are using Field.set incorrectly. Change

 

name.set("Ooldooz", e); 

to

name.set(e, "Ooldooz"); 


:)

Reply to this message by going to Community

Start a new discussion in Javassist at Community