Monday, January 30, 2012

Solution : com.sun.net.ssl.internal.ssl.Provide Exception

When implementing the java mail i faced an exception  i.e, com.sun.net.ssl.internal.ssl.Provide .

While executing the java mail program the ssl security looking for some classes in java mail jar but its not finding thats why the exception occur

to resolve this problem you need add a jar to you web-inf/lib directory to your ear directory

find this jar file javax-ssl-1_1.jar and add it.


For Further Reading,
Forum, Java, Java Exception

0 comments:

Post a Comment