-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I build this on mac? #2
Comments
Nope. Not as-is.
Commenting out all Line 24 in 908d301
|
Or better: install and use JDK 13 or at least a maintained JDK 11 on your box. 😉 |
Well this project is based on JDK11 incl. modules. I‘m also on Mac and it works perfectly fine 😁 |
Dooh. Of course. Modules! 🤓 That renders my first answer useless. |
I tried to use the build-app.sh but got some errors. One is:
build_app.sh: line 69: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/jlink: No such file or directory
I got the directory but it does not contain jlink. Does this not work on java 8?
Can I build/run the game without creating a native package? I am more interested in the javafx aspects.
The text was updated successfully, but these errors were encountered: