Google 应用引擎和 Google 结帐通知错误
我只是在使用自定义订单处理教程时遇到问题。
有人对此有幸吗?
我收到以下错误:
Error for /myapp
java.lang.NoClassDefFoundError: com/google/checkout/sdk/commands/EnvironmentInterface
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)
at java.lang.Class.getConstructor0(Class.java:2716)
at java.lang.Class.newInstance0(Class.java:343)
at java.lang.Class.newInstance(Class.java:325)
......
有什么建议吗?
此时只是尝试接收新购买的通知。
I'm just having problems getting the custom order processing tutorial to work.
Has anyone had luck with this?
I get the following errors:
Error for /myapp
java.lang.NoClassDefFoundError: com/google/checkout/sdk/commands/EnvironmentInterface
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)
at java.lang.Class.getConstructor0(Class.java:2716)
at java.lang.Class.newInstance0(Class.java:343)
at java.lang.Class.newInstance(Class.java:325)
......
Any suggestions?
Just trying to receive notifications of new purchases at this point.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保包含 EnvironmentInterface 的 jar 位于 WEB-INF/lib 以及类路径中。
Make sure the jar that contains EnvironmentInterface is in WEB-INF/lib, as well as on your classpath.