0 Replies Latest reply on Jun 25, 2009 5:21 AM by ashem

    javassit can't find some compile error.how could correct it.

      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!