Evening guys,
Running a servlet which runs fine. I added a sendEmail method to auto send emails, however when i add this and compile it, Apache bombs out saying file cannot be found.
But when I remove this method the servlet runs normally - any ideas would be appreciated!
=============code...