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:
alt text http://img205.imageshack.us/img205/1808/noclassdeffounderror.png
AuthenticationException.class is found in the gdata-core-1.0 jar:
alt text http://img683.imageshack.us/img683/7329/authenticationexception.png
The gdata-core-1.0 jar has been added to my classpath:
alt text http://img24.imageshack.us/img24/2195/classpathe.png
What am I doing wrong?