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.
Hi, when I try to create a URLConnection object with a https:// protocol, it gives me an "unknown protocol: https" error. How can I connect to such URLs? Thanks Chitra
I have installed JSSE (following the instructions as carefully as I could, since network security is somewhat Greek to me) and included Carl's code in my class. The second line (Security.addProvider()) generates the following error: NoClassDefFoundError: com/sun/net/ssl/internal/ssl/Provider The jar files are installed in <home>/lib/security, which is in my Classpath. The java.security.security file has been updated as the instructions direct. I don't know what else to do to make my program "see" the JSSE jar files. Any suggestions?