Dadaista Active Member Licensed User Longtime User Feb 27, 2019 #1 Hi The setup generated by b4jPackager11 + inno throw the error below when the application send email. (LastException.Message) from SMTP_MessageSent() B4X: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure No error When app runs from IDE. (Release or Debug mode) Any Idea? Thx
Hi The setup generated by b4jPackager11 + inno throw the error below when the application send email. (LastException.Message) from SMTP_MessageSent() B4X: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure No error When app runs from IDE. (Release or Debug mode) Any Idea? Thx
Erel B4X founder Staff member Licensed User Longtime User Feb 28, 2019 #2 Are you using Java 11 when you run it from the IDE? Check it under Tools - Configure Paths. Upvote 0
Dadaista Active Member Licensed User Longtime User Feb 28, 2019 #3 Hi Erel Yes. Java11 (C:\Java11\bin\javac.exe) Do you remember this? Well... in customers pc where a previous version of the app was installed before, the new updated sends email fine, but in my machine, where I develop the app, the new update installed does not work In new installations it does not work either I only added to the installer script B4X: ArchitecturesAllowed=x64 ArchitecturesInstallIn64BitMode=x64 Last edited: Feb 28, 2019 Upvote 0
Hi Erel Yes. Java11 (C:\Java11\bin\javac.exe) Do you remember this? Well... in customers pc where a previous version of the app was installed before, the new updated sends email fine, but in my machine, where I develop the app, the new update installed does not work In new installations it does not work either I only added to the installer script B4X: ArchitecturesAllowed=x64 ArchitecturesInstallIn64BitMode=x64
Erel B4X founder Staff member Licensed User Longtime User Feb 28, 2019 #4 Dadaista said: Do you remember this? Click to expand... Now I remember. If it works with Java 8 then it is better to keep using Java 8 for now. Upvote 0
Dadaista said: Do you remember this? Click to expand... Now I remember. If it works with Java 8 then it is better to keep using Java 8 for now.
Dadaista Active Member Licensed User Longtime User Feb 28, 2019 #5 0k Erel Thx!!! Edit: in the previous versions of app, java11 is used too. (Since November) Last edited: Feb 28, 2019 Upvote 0