NoClassDefFoundError for a packaged class
Posted
by Anthony
on Stack Overflow
See other posts from Stack Overflow
or by Anthony
Published on 2010-06-16T17:57:16Z
Indexed on
2010/06/16
18:02 UTC
Read the original article
Hit count: 248
I'm trying to run a jar file that uses the YouTube Data API and I'm getting a NoClassDefFoundError for one of the API classes:
AuthenticationException.class is found in the gdata-core-1.0 jar:
The gdata-core-1.0 jar has been added to my classpath:
What am I doing wrong?
© Stack Overflow or respective owner