1 Reply Latest reply on Aug 28, 2003 12:28 AM by chiba

    java.lang.RuntimeException: the class is frozen

    vc

      I've tried to changed a method modifier form "private synchronized" to "public" I've got the following message. I'll be happy for any help.

      java.lang.RuntimeException: the class is frozen

      at javassist.CtClass.checkModify(CtClass.java:186)

      at javassist.CtClassType.checkModify(CtClassType.java:105)

      at javassist.CtBehavior.setModifiers(CtBehavior.java:66)

      at javassist.CtMethod.setModifiers(CtMethod.java:219)