java.lang.IncompatibleClassChangeError: Implementing class deploying to app engine

前端 未结 8 1082
迷失自我
迷失自我 2020-11-27 18:12

I wrote a couple of REST services using Jersey 1.13 on JRE 1.6. Everything runs fine locally, but after I deploy to GAE I get this error:

****Uncaught excep         


        
8条回答
  •  难免孤独
    2020-11-27 18:36

    The new Jersey version 1.18.1 doens't depend on Asm 3, so it's compatible with GAE!

提交回复
热议问题