Google app engine Google应用程序引擎因“FilterChain是受限类”而失败

Google app engine Google应用程序引擎因“FilterChain是受限类”而失败,google-app-engine,Google App Engine,尝试在本地Google App Engine实例中运行Java应用程序时,我遇到以下错误: java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class. Please see the Google App Engine developer's guide for more details. 我的RemoteServiceServlet不包含对FilterChain类的任何引用。在发布之前,我实

尝试在本地Google App Engine实例中运行Java应用程序时,我遇到以下错误:

java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class. Please see the Google  App Engine developer's guide for more details.

我的RemoteServiceServlet不包含对FilterChain类的任何引用。

在发布之前,我实际上找到了这个问题的答案,或者至少找到了一个答案,但我认为值得为其他有同样问题的人将其放在上面。解决方案是恢复到早期的JDK。我使用的是1.7.0_55,当我回到1.7.0_21时,问题就消失了。我找到了解决办法。使用Eclipse,可以在JRE选项卡上的调试配置对话框中更改JDK版本