MovingBlocks / TerasologyLauncher

Terasology Launcher is the official launcher for the open source game Terasology.
http://terasology.org/
Apache License 2.0
153 stars 76 forks source link

feat: prepare runtime management #705

Closed skaldarnar closed 9 months ago

skaldarnar commented 9 months ago

Contains

To prepare for Java runtime management in the launcher this PR introduces

In this state, the user experience is not great, but at least the launcher is not crashing an the error message shows a somewhat useful message.

This could be released as a minor or patch release to harden the launcher against new releases and release candidates requiring that no longe work with the Java 11 shipped with the launcher.

How to test

Start the launcher and check that everything is working as expected.

To see the error message you can change the version in VersionHistory.JAVA17 to something lower like 4.0.0 and try to download and run the latest 5.3.0 release. The launcher should show an error message, but otherwise handle the issue gracefully.

Outstanding before merging

Nothing.