Java EEのクラスに依存してるクラスを単体テストしようとして以下のエラーに悩まされました。 java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file [Java EEの中のクラスの名前] ぐぐってみたら解決策発見したのでメモメモ。 http://d.hatena.ne.jp/ryoasai/20110812/1313164684
↧