2 Replies Latest reply on Jul 24, 2004 12:01 PM by odd

    ClassFormatError with JDK 1.5b2

    odd

      When using Javassist with JDK 1.5b2 (both for instrumenting and using the instrumented classes) a ClassFormatError occures when trying to load an instrumented class.

      java.lang.ClassFormatError: LVTT entry for 'aVariable' in class file InstrumentedClass does not match any LVT entry.

      There exists a bug at java.sun.com (Bug ID: 5036100) which maybe related to this one.

      Greetings
      /// Odd Möller