Hi All,

I am trying to use an external class in my client side interfaces.
I added the myClass (which is a JDO persisted object) in a shared
package as the class will be shared between client and server.
I added in my .gwt.xml file  <source path="shared"/> for the client to
be able to see the class, which is working.
The problem though is that myClass uses the

com.google.appengine.api.users.User

class and when I try to compile I get the error

[ERROR] Line 12: The import com.google.appengine cannot be resolved
[ERROR] Line 33: User cannot be resolved to a type

How can I make the appengine User class visible to the client so that
I get rid of that error?
Thanks in advance,
Matteo



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to