-
Notifications
You must be signed in to change notification settings - Fork 103
Description
The situation is simple:
You run an "old" Java Version (like my OS X ships with 1.8.0_40-b27) and the SDK tries to download exactly your java.runtime.version as JRE (assuming that this is a way to have an relatively up to date version number).
Now the problem is that attempting to download the JREs leads to 404's for all JREs except from the mac osx version. (This could be due to the fact that this special build was mac only or it's just as it is).
Regardless of that a Java 7 user shouldn't ship his game with Java 7 anymore.
The Workarounds currently is downloading the files manually to BasicGame/resources/desktop-deployment/jre-windows-x64.tar.gz
Do you have a better idea? RegExping the Oracle Page or relying on some different page feels like provoking further issues.