Brent: A quick glance, I can't tell exactly what is wrong.
If you can paste a bit more code or zip the files and upload the file, I can take another look. Since you are using GWT, also make sure your module XML file is set up correctly. http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.Fundamentals.Modules.html - Vivian On Mar 2, 10:09 am, "Burento" <[EMAIL PROTECTED]> wrote: > Hi! I've been trying to play around with developing a new web > application that will take full use of Google's multiple APIs; > however, I've already run into problems--which usually is the case for > me when I set up new projects. > > My current configuration is set up thusly: > - Eclipse SDK 3.2.1 > - JRE 1.6.0 > - gwt (windows) 1.3.3 > - gdata (calendar/client/codesearch/spreadsheet) 1.0 jars > > My first problem I ran into was trying to create a URL to be called by > one of the services. > > URL myURL = new URL("http://www.google.com"); > > The compiler kept informing me that I have an unhandled exception type > MalformedURLException. Do I need to specify the function throws that > error? > > Secondly, regarding code that utilizes the gdata library, before > compiling Eclipse doesn't warn me of any errors or suggestions, so > when I go to compile the application, I get the error: "Import > com.google.gdata cannot be resolved." > > Can anyone point me in the right direction to find a detailed, or even > semi-detailed, guide to setting up my environment correctly? I'm more > accustomed to .NET libraries, and seem to be having trouble setting up > my Java environment.... > > Thanks! > -Brent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
