簡體   English   中英

Java:javax.net.ssl.SSLHandshakeException:收到致命警報:handshake_failure

[英]Java: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

因此,我嘗試安裝Adobe Apache flex並收到以下錯誤: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure似乎找不到解決方案。 我正在運行最新的Java版本並使用Windows 10 64位

謝謝,

肖恩

這解決了我的問題:

下載SDK可以:

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM