added the javax.mail.jar, but now is missing the source of javax.mail.
already downloaded the javamail-1.4.3-src.zip and have attached it in
the lib javamail. But when I depploy app happens the errors below.
What is missing to do?
errors:
Compiling module com.ps.www.Plano_de_saude_online
Validating newly compiled units
[ERROR] Errors in 'file:/home/felipe/downloads/workspace/plano
%20de%20saude%20online/src/com/ps/www/client/
Plano_de_saude_online.java'
[ERROR] Line 82: No source code is available for type
java.util.Properties; did you forget to inherit a required module?
[ERROR] Line 83: No source code is available for type
javax.mail.Session; did you forget to inherit a required module?
[ERROR] Line 88: No source code is available for type
javax.mail.Message; did you forget to inherit a required module?
[ERROR] Line 88: No source code is available for type
javax.mail.internet.MimeMessage; did you forget to inherit a required
module?
[ERROR] Line 89: No source code is available for type
javax.mail.internet.InternetAddress; did you forget to inherit a
required module?
[ERROR] Line 90: No source code is available for type
javax.mail.Message.RecipientType; did you forget to inherit a required
module?
[ERROR] Line 94: No source code is available for type
javax.mail.Transport; did you forget to inherit a required module?
[ERROR] Line 95: No source code is available for type
javax.mail.MessagingException; did you forget to inherit a required
module?
Finding entry point classes
[ERROR] Unable to find type
'com.ps.www.client.Plano_de_saude_online'
[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
On Apr 29, 2:29 pm, Jason Essington <jas...@GreenRiverComputing.com>
wrote: