[jboss-dev-forums] [Javassist development Forum] - javassit can't find some compile error.how could correct it.
ashem
do-not-reply at jboss.com
Thu Jun 25 05:21:59 EDT 2009
hi,
I use javassist make a CtMethod.The method content is :
public void executor() {
String result="";
result=1;
}
and use CtClass.make() to build this method,but the javassist cant find the syntax error.how could to correct it. hope somebody can help me!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239934#4239934
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239934
More information about the jboss-dev-forums
mailing list