-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Build Failed in Ubuntu 16.04.4 LTS #337
Comments
https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04 Install the 1.8 jdk its a dependency issue the error comes from a function that has been deprecated in the latest java version. |
Hi @AydenRennaker, I've followed your suggestion by installing Cheers. |
I suggest installing |
Hi @lacasseio , Thanks for your feedback. I will retest your suggestion and will get back with the result. |
Real pain to work with Oracle JDK now as it always been, any new words on the dependency on it? I would really like to go for at least OpenJDK being officially supported... |
I managed to compile on Fedora with OpenJDK and OpenJFX, I just installed distro packages and build with the gradle. Just wanted to let you know Oracle JDK is not necessary. |
Or you could use
|
Please answer these questions before submitting your issue. Thanks!
What did you do?
When I followed instruction on
README.md
file for building the source by running./gradlew build
, the build process was ended as BUILD FAILEDWhat did you expect to see?
The build process should be ended as successful.
What did you see instead?
My environment settings:
The text was updated successfully, but these errors were encountered: