2017-05-15 3 views
0

그래서 Adobe Apache flex를 설치하고 다음 오류를 얻으려고합니다. javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 해결 방법을 찾을 수 없습니다. SDK를 다운로드Java : javax.net.ssl.SSLHandshakeException : 치명적인 경고 수신 : handshake_failure

할 : 내가 최신 자바 버전을 실행 및 Windows 10 64 비트

감사를 사용하고,

+0

도움 http://stackoverflow.com/questions/6353849/received-fatal-alert-handshake-failure-through-sslhandshakeexception – litelite

답변

0

이 내 문제를 해결이 힘

1. download: http://flex.apache.org/download-binaries.html and expand to c:\sdk 
2. download ant: https://ant.apache.org/bindownload.cgi and expand to c:\ant 
3. For now only seems to work with Java 1.8.0.45 which you can download from here: http://www.oracle.com/technetwork/java/archive-139210.html ( http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html#jdk-8u45-oth-JPR) 
4. Next after you download copy the files from C:\Program Files\Java\jdk1.8.0_45\lib to C:\Program Files\Java\jre1.8.0_45\lib 
5. Next update the securitycrypto extension for 1.8.45 by download http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html and expand to C:\Program Files\Java\jre1.8.0_45\lib\security 
6. Next make sure system path includes c:\ant\bin 
7. finally ran my command: ant -f installer.xml -Dair.sdk.version=25.0 -Dflash.sdk.version=25.0 
관련 문제