Please can you tell me how to use javaMail in gwt application.
Because when i insert the code related to the mailing in my
application. I find these errors when i wanted to compile my code:
[ERROR] Errors in 'file:/D:/workspace/ilemERP/osi/osi-client/src/main/
java/ch/ilem/erp/osi/client/panel/cust/OsiReqNewPanel.java'
[ERROR] Line 985: No source code is available for type
java.util.Properties; did you forget to inherit a required module?
[ERROR] Line 986: No source code is available for type
com.framework.genie.utilities.Utilities; did you forget to inherit a
required module?
[ERROR] Line 995: No source code is available for type
javax.mail.Session; did you forget to inherit a required module?
[ERROR] Line 998: No source code is available for type
javax.mail.Message; did you forget to inherit a required module?
[ERROR] Line 998: No source code is available for type
javax.mail.internet.MimeMessage; did you forget to inherit a required
module?
[ERROR] Line 1001: No source code is available for type
javax.mail.internet.InternetAddress; did you forget to inherit a
required module?
[ERROR] Line 1002: No source code is available for type
javax.mail.Message.RecipientType; did you forget to inherit a required
module?
[ERROR] Line 1005: No source code is available for type
javax.mail.internet.MimeUtility; did you forget to inherit a required
module?
[ERROR] Line 1029: No source code is available for type
javax.mail.Transport; did you forget to inherit a required module?
[ERROR] Line 1031: No source code is available for type
com.framework.genie.log.LoggerFactory; did you forget to inherit a
required module?
Finding entry point classes
[ERROR] Unable to find type 'ch.ilem.erp.osi.client.IlemErpOsi'
[ERROR] Hint: Previous compiler errors may have made this
type unavailable
[ERROR] Hint: Check the inheritance chain from your module;
it may not be inheriting a required module or a module may not be
adding its source path entries properly
So how can i resolve this problem?
--
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.