3

我正在尝试运行一个使用 YouTube 数据 API 的 jar 文件,并且我得到了一个 API 类的 NoClassDefFoundError :

替代文字 http://img205.imageshack.us/img205/1808/noclassdeffounderror.png

AuthenticationException.class 在 gdata-core-1.0 jar 中找到:

替代文字 http://img683.imageshack.us/img683/7329/authenticationexception.png

gdata-core-1.0 jar 已添加到我的类路径中:

替代文字 http://img24.imageshack.us/img24/2195/classpathe.png

我究竟做错了什么?

4

1 回答 1

0

也许您可能在类路径中没有 jar。命令提示符执行不设置类路径。你要么自己做,要么在执行时即时给出。

您可能应该看看为 JAR 文件设置正确的MANIFEST文件。

这个帖子有更好的描述

于 2010-06-16T17:59:11.933 回答