You should be able to locate the https://www.bouncycastle.org/latest_releases.html security jars you need from http://openjdk.java.net/groups/security
what provider are you using? I recommend BouncyCastle https://www.bouncycastle.org/latest_releases.html Sounds like an interesting app..would like to hear more when you get a chance Martin Gainty _______________________ > From: [email protected] > Subject: Java SSL dependency issue > Date: Thu, 7 Aug 2014 13:02:00 -0500 > To: [email protected] > > I have two branches of code. One compiles without a hitch, the other > complains about this: > > Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile > (default-compile) on project thebookgrove-catalog: Compilation failure: > Compilation failure: > [ERROR] > /Users/joshua/Desktop/Data/TheBookGrove/Platform/thebookgrove-catalog/src/main/java/com/thebookgrove/catalog/InternetConnectionAgent.java:[40,23] > package sun.security.ssl does not exist > [ERROR] > /Users/joshua/Desktop/Data/TheBookGrove/Platform/thebookgrove-catalog/src/main/java/com/thebookgrove/catalog/InternetConnectionAgent.java:[147,29] > cannot find symbol > > I couldn't find any help with Google, so you are my last resort :( > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
