Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Java SSL dependency issue

$
0
0
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 :(

Viewing all articles
Browse latest Browse all 5648

Trending Articles