The Gdata libraries are presumably compiled under older/different
version of java and hence you need to change the compiler settings
for your project in JDev.
You can either switch to customized compiler settings for your project
or use 'javac' option [this is a checkbox in 10.1.3.2] in project's
compiler settings and then compile the project.
Changing the source version from default to 1.3 or 1.4 or 1.5 will
also let you compile your project.
HTH,
Shishir
On Oct 8, 7:01 pm, sputmayer <[EMAIL PROTECTED]> wrote:
> Did you find the problem to this, I am stuck at exactly the same
> place, It would be nice if you could let us know the reason.
> Cheers
>
> ShishirSrivastava wrote:
> > Hi All,
>
> > I am using Jdeveloper to build a GData project. However, I am getting
> > an error when trying to compile my code. This error is most probably
> > because of some missing dependency in the sense that I get it even
> > while compiling the sample files provided along with the Gdata client
> > library.
>
> > The error text is :
>
> > Error(68,19): GDataRequest$RequestType not found in enum
> > com.google.gdata.client.Service.GDataRequest.RequestType in class
> > com.google.gdata.client.GoogleService in class sample.tester.Tester
>
> > The line no 68 is nothing but the instantiation of the Service Object
> > as follows:
>
> > SpreadsheetService myService = new SpreadsheetService("exampleCddo-
> > exampleApp-1");
>
> > Has anyone else hit upon this kind of error or something similar.
>
> > Any help would be appreciated.
>
> > TIA
> > -Shishir
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---