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?