I think i may have a problem with which JRE the appengine hosted
browser is using to compile.  In eclipse my code recognizes the
various classes I'm importing for my JavaMail use (no precompile
errors).  However, when I Run As a web app, the GWT Hosted Mode
console reports the following:
 [ERROR] Line 28: The import javax.mail cannot be resolved
         [ERROR] Line 29: The import javax.mail cannot be resolved
         [ERROR] Line 30: The import javax.mail cannot be resolved
         [ERROR] Line 31: The import javax.mail cannot be resolved
         [ERROR] Line 32: The import javax.mail cannot be resolved
         [ERROR] Line 33: The import javax.mail cannot be resolved
         [ERROR] Line 34: The import javax.mail cannot be resolved
         [ERROR] Line 81: Session cannot be resolved to a type
         [ERROR] Line 81: Session cannot be resolved
         [ERROR] Line 86: Message cannot be resolved to a type
         [ERROR] Line 86: MimeMessage cannot be resolved to a type
         [ERROR] Line 87: InternetAddress cannot be resolved to a type
         [ERROR] Line 88: Message cannot be resolved
         [ERROR] Line 89: InternetAddress cannot be resolved to a type
         [ERROR] Line 92: Transport cannot be resolved
         [ERROR] Line 93: MessagingException cannot be resolved to a
type

Any help would be appreciated...

-- 
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