Originally posted by Naresh Rajan:
java.lang.UnsupportedClassVersionError: com/mail/SendApp (Unsupported major.minor version 48.0)
This means that the JDK you are using is an earlier version than what the JavaMail API was compiled with. JavaMail 1.4 has been tested with Sun JDKs 1.4 and 1.5 (see the README.txt). What version of IBM's JDK are you using?
What application server did you get j2ee.jar from? Does it contain any JavaMail classes? Sounds like your original problem was a conflict with the version in the j2ee.jar file and the JavaMail API you downloaded (if that is what happened).