I've got a Java applet that talks to a back-end server. The applet has a "Start" button that causes it to establish the connection. The back-end server is NOT the web server that the HTML web page containing the applet comes from, so the applet JAR file is stored on
I cannot find the javax.net.ssl.SSLEngineResult.HandshakeStatus nor the javax. net.ssl.SSLEngineResult.Status classes even though they are supposedly included in the j2se1.5.0 . Any help will be greatly appreciated Thanks