I'm writing a standalone Windows XP command line application. It compiles OK but gets a NoClassDefFoundError for javax/mail/Address. My code does not use the Address class itself, but it does use the InternetAddress class.
Is this a jar problem? What jars do I need, and where should they be put?
Thanks for your thoughts.
Start Free Trial