> While adding the mail reader sampler into my test plan i am getting the > following exception: > > Cannot find class : javax/mail/MessagingException > > After clicking on the OK button i am getting the following exception : > > java.lang.NoClassDefFoundError: javax/mail/MessagingException > > The sampler is not getting added. Please let me know what needs to be > done.
As documented (http://jakarta.apache.org/jmeter/usermanual/get-started.html#opt_email), you will need to add the JavaMail library to JMeters classpath. -- Mark Rotteveel Pluton IT --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

