• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JDAVMail - NoSuchProviderException

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded JDAVMail in send emails through my hotmail account from JAVAMail.. I put the jar file in my classpath along with the javamail, commons-httpclient, and commons-logging jar... I ran the TestSend class provided in the "readme.txt" file of the JAVMail download and got a NoSuchProviderException.

I realize that JAVAMail is looking for the providers on a javamail.providers file. And the JDAVMail jar file has one in it under the META-INF directory. So why won't javamail find the providers that come with the jdavmail jar?

Thanks in advance,
- Mike
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic