Simulator showing up a non-blocking error with java 13 and 14
Issue Title
Simulator showing up a non-blocking error with java 13 and 14
Describe the bug
Here comes the stack trace of the error
Exception in thread "Thread-0" java.lang.NoClassDefFoundError: com/sun/net/ssl/internal/ssl/Provider
at totalcross.net.ssl.SSLSocket.prepareContext(SSLSocket.java:56)
at totalcross.net.ssl.SSLSocket.startHandshake(SSLSocket.java:67)
at totalcross.net.HttpStream.init(HttpStream.java:709)
at totalcross.net.HttpStream.
To Reproduce
Just install jdk 13 or 14 and use the simulator. I am using Zulu
Expected behavior
To not show up any error
Devices:
I tried it on a MacOS but I am pretty sure this should happen in other machines too
Additional context
Add any other context about the problem here.