Posted By:
Eric_Zhao
Posted On:
Monday, November 11, 2002 08:09 AM
I wrote a MailSender class and jarred it as a library for use in other classes. Application using this mail library works fine in Jbuilder6 (with jdk1.3), however, when I try to run the jarred application in a jre1.4 environment, it throws following exception:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/plain; charset=us-ascii
Anyone has some insights? Thanks.