Hi,
I am using GWT+ Appengine for building a simple web application and got
stuck with a error.

I am using JDO to save some objects in datastore, I have a created a service
which returns a field of persistent class which is of type
 com.google.appengine.api.datastore.Key, i am calling this service from my
main .java file and hence imported the required path. When running the
application I got error as

Line 6: The import com.google.appengine cannot be resolved

The path com.google.appengine was auto completed and also it was not showing
any error for files under .server package, the error are only for files
under .client package.
I think I am missing something very basic here. Is there any restriction
that I cannot import appengine packages in .client package?

Please let me know if my problem is not clear.

Regards,
Vijay

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to