hi,
I wrote sending mass email program in java. If i try to compile using ant compiler, i am getting this error.
[javac] c:\mail\src\com \mail\action\Se ndMail.java:125 : cannot find
symbol
[javac] symbol : method connect(java.la ng.String,java. lang.String)
[javac] location: class javax.mail.Tran sport
[javac] t.connect(SMTP_ AUTH_USER, SMTP_AUTH_PWD);
[javac] ^
[javac] 1 error
BUILD FAILED
C:\mail\build.x ml:43: Compile failed; see the compiler error output for details.
any idea!!
I wrote sending mass email program in java. If i try to compile using ant compiler, i am getting this error.
[javac] c:\mail\src\com \mail\action\Se ndMail.java:125 : cannot find
symbol
[javac] symbol : method connect(java.la ng.String,java. lang.String)
[javac] location: class javax.mail.Tran sport
[javac] t.connect(SMTP_ AUTH_USER, SMTP_AUTH_PWD);
[javac] ^
[javac] 1 error
BUILD FAILED
C:\mail\build.x ml:43: Compile failed; see the compiler error output for details.
any idea!!
Comment