This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other JSE/JEE APIs and the fly likes Where the heck is com.sun.net.ssl.internal.ssl.Provider? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Where the heck is com.sun.net.ssl.internal.ssl.Provider?" Watch "Where the heck is com.sun.net.ssl.internal.ssl.Provider?" New topic
Author

Where the heck is com.sun.net.ssl.internal.ssl.Provider?

Alex Ryan
Greenhorn

Joined: Aug 12, 2009
Posts: 13
I am trying to use JavaMail to send e-mail via gmail.
I've found some code samples that show how to do this but they all require this class: com.sun.net.ssl.internal.ssl.Provider.
I can't find that class anywhere.
If someone happens to know where it is, could you please let me know?
Thanks,
Alex
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

You have probably searched the Internet (No, I'm not complaining that you did that) and found some out-of-date code examples. Forget about them. Instead, have a look at the JavaMail FAQ, in particular the topic headed "How do I access Gmail with JavaMail?"
Alex Ryan
Greenhorn

Joined: Aug 12, 2009
Posts: 13
Paul,
Thanks very much for the pointer.
The sample code provided enabled me to get this working.
~Alex
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Where the heck is com.sun.net.ssl.internal.ssl.Provider?
 
Similar Threads
can't get authToken
How to SUPPRESS "Added SSL_PROVIDER com.sun.net.ssl. internal.ssl.Provider"?
SSLimplementation not available LotusDomino Server
LDAP SSLConnection taking far too long
Need Help in Encryption