Hello!

I've programmed an application that takes photos from my PC and upload
them to Picasa through the API. When I execute it as an application,
it works well, and I upload correctly the photos, but when I package
the application in an applet, and execute it in a web application, I
get an AuthenticationException and I don't know what is the cause.
Here is the error I get:
Exception in thread "AWT-EventQueue-8" java.lang.NoClassDefFoundError:
com/google/gdata/util/AuthenticationException
...
Caused by: java.lang.ClassNotFoundException:
com.google.gdata.util.AuthenticationException
        at sun.applet.AppletClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.applet.AppletClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        ... 27 more

I use AuthSubToken to do the authentication, and it works in the
application, but not in the applet.

Any help? I'm a bit desperate cause I need to solve it urgently!

Thanks and regards!
Silvia
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to