Why do I get the error "CalendarService class not found" despite having the gdata-calendar-2.0.jar file?
I have the gdata-calendar-2.0.jar
file, but I get the error "CalendarService class not found".
CalendarService my开发者_StackOverflow社区Service = new CalendarService("example");
Have you included the library in your project? You should place it in the libs\ folder of your project, and then in Eclipse you need to add it to the Java Build path. Right click on the project, goto properties, Java Build Path, then pick the libraries tab and add your Jar.
精彩评论