I seem to have conflicting versions of JavaMail libraries in my CLASSPATH, but there seems to be only one. What's up?
Created Dec 31, 2006
John Zukowski The JavaMail libraries are a standard part of J2EE and thus every application server. Be sure you DO NOT have a second copy in your CLASSPATH, as it will conflict with that of the server. Check with the server provider if you need to upgrade the libraries.