0

I received the following error whilst trying to launch a RuneLite jar on a freshly installed Lubuntu(18.10 64bit):

[main] ERROR net.runelite.launcher.Launcher -error fetching bootstrap

javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_faiure at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)

I'm assuming I need to install something or adjust a setting as runelite worked perfectly on a Ubuntu installation.

1 Answers1

0

As it turns out, I received that error because I had installed Java 11 which isn't compatible with RuneLite. Therefore I had to downgrade to Java version 8 after which another error occured which was solved by the answer on this link: Assistive technology not found AWTError. Thank you all for your efforts.