Hi,

There are two ways to go about adding these dependencies into your
NetBeans project. One way is to create a NetBeans project to compile
the source files of the client library and then include this project
as a dependency to the the project you are working on.

The other, probably easier way, is to use some of the JAR files we
have provided with the client library. When you downloaded and
extracted the Java Client Library, there should be a number of JAR
files in the java/lib directory. You can add these JAR files into your
NetBeans project by right clicking on the Libraries node underneath
your project and choosing Add JAR/Folder. Then browse to where you
extracted the client library, and add all related JAR files inside
java/lib until your project can compile properly.  Since Blogger
doesn't require any specific extensions from Atom, I think you will
only need the gdata-client and gdata-core JAR files.

Cheers,
-Jeff

On Nov 30, 2:24 am, Needy <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am very new to using APIs and this is the first time I am ever using
> APIs. I am trying to write an application in NETBEANS 5.5.1 using
> Blogger APIs to interact with blogs on Blogger.
>
> I read the instructions for "Getting Started with the Java Client
> Library"  and  blogger specific APIs.  I also downloaded Java Client
> Library and saw that there are different packages COM, GOOGLE,GDATA
> with java source files in it
>
> I can not figure out that how do I import  these following packages in
> Netbeans ? Where do I find the compiled class files so that I can
> include these packages.  OR do I have to do it using ANT in the
> netbeans too.
>
> import com.google.gdata.client.*;
> import com.google.gdata.data.*;
> import com.google.gdata.util.*;
> import java.io.IOException;
> import java.net.URL;
>
> These are must for running blogger APIs. Please help me with this.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data 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-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to