Re: package javax.mail doesnot exist
Posted By:
Robert_Lybarger
Posted On:
Thursday, May 29, 2008 06:38 PM
If the JRE is telling you it can't find the javamail classes, then your classpath isn't setup the way you think it is. (Sidenote, using "java -jar" means neither the environment classpath nor the "-cp" arguments are used... if this applies to you.)
Re: package javax.mail doesnot exist
Posted By:
Anonymous
Posted On:
Tuesday, May 27, 2008 04:00 AM
Try to place the path of the jar files in the "path" variable.