2009/9/18 alim <alim...@gmail.com> > Jre 1.6 >
OK, so it's a JRE not a JDK? > java.lang.NoClassDefFoundError: javax/mail/internet/AddressException > That's your root cause - for some reason, your system can't see at least some of the Javamail classes. My guess is that because you're running a JRE, Javamail isn't included. You can probably download it, or try downloading a JDK (which I suspect has Javamail in, but haven't looked), or wait for someone who knows what they're talking about to give you a better answer! - Peter