How to install the project on MacOS #137
Answered
by
jvondermarck
jvondermarck
asked this question in
Help
-
How can I do ? |
Beta Was this translation helpful? Give feedback.
Answered by
jvondermarck
Mar 30, 2025
Replies: 1 comment
-
To install the project, with homebrew, download Open JDK 21 and set it in your path with And just download the project and thanks to the Make sure in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jvondermarck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To install the project, with homebrew, download Open JDK 21 and set it in your path with
~/.zshrc
such asexport PATH="/opt/homebrew/opt/openjdk@21/bin:$PATH"
And just download the project and thanks to the
pom.xml
it will download many external libraries directly inside the folder, with FXGL and JavaFX.Make sure in the
Run / Debug Configurations
in Intellj, that JDK 21 is selected.