-
Notifications
You must be signed in to change notification settings - Fork 56
Update to Modern Java Release #24
Comments
Exactly. Also Oracle won't let me get Java 10 anymore without paying them. |
This is a big issue. |
Here it's free: https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase10-4425482.html Just need to create a free account if you don't have already and choose the Java SE Runtime Environment 10.0.2, which is the last JRE provided by Oracle. Using OpenJDK or Amazon Corretto to create a JRE is a lot more work, so I suggest using the 10.0.2 for now from that link |
I've been able to get this running on Java 11, but packaging it is proving to be super complicated. Apparently the deploy function was taken out of JavaFX 11, so there's this super convoluted way you're supposed to package stuff now. It's a big ol' oof. |
It should be noted in the readme that this very specifically needs JRE v10. Like, explicitly say newer versions won't work. Just for anyone googling, I've got it going at last with 10.0.2 (x64) on Win10 x64 |
I just pushed a commit to make it so the project itself compiles with JDK 16, eventually we'll have a full build process to link the modules, as well as using jpackage to create platform specific executables |
when? |
Considering the "Building the client" sections is empty, it'd be nice to have a build, because I can't figure out how to make one. |
Java 10 is old, need to update.
The text was updated successfully, but these errors were encountered: