Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Update to Modern Java Release #24

Open
mdbell opened this issue Jan 11, 2019 · 8 comments
Open

Update to Modern Java Release #24

mdbell opened this issue Jan 11, 2019 · 8 comments

Comments

@mdbell
Copy link
Owner

mdbell commented Jan 11, 2019

Java 10 is old, need to update.

@EphraimBane
Copy link

Exactly. Also Oracle won't let me get Java 10 anymore without paying them.

@Slluxx
Copy link

Slluxx commented Feb 3, 2019

This is a big issue.

@luiscesjr
Copy link

luiscesjr commented Apr 24, 2019

Exactly. Also Oracle won't let me get Java 10 anymore without paying them.

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
Oh and also be sure to first delete the old Java JRE 8 if you have it installed.

@dually8
Copy link

dually8 commented May 19, 2019

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.

@nodakamakadon
Copy link

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

@mdbell mdbell changed the title Update to Java 11 Update to Modern Java Release May 6, 2021
@mdbell
Copy link
Owner Author

mdbell commented May 6, 2021

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

@theboy181
Copy link

when?

@RedStoneMatt
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants