-
Notifications
You must be signed in to change notification settings - Fork 78
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
1.6.3 build error on RHEL 7 and 8 #375
Comments
1.6.x requires Java 9 or later (build time and run time), so the RHEL7 failure doesn't surprise me. The Java compiler didn't have the If it is really the same error on RHEL 8 where |
Closed waiting on reporter |
Hi, Sorry, I forgot this :(
and:
They also failed. Same versions build on RHEL 9 and Fedora now. What about maven? Does it make a difference? Thanks! Devrim |
If Maven will use the Java installation pointed to by You can use the suggested |
Hi
RPM builds are failing on RHEL 7 and 8. Below is the output. Same version builds fine on Fedora, which is quite interesting, because both RHEL 8 and Fedora 34 have the same Java version:
Fedora and RHEL 8:
$ java -version
openjdk version "11.0.12" 2021-07-20
OpenJDK Runtime Environment 18.9 (build 11.0.12+7)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.12+7, mixed mode, sharing)
RHEL 7:
$ java -version
openjdk version "1.8.0_302"
OpenJDK Runtime Environment (build 1.8.0_302-b08)
OpenJDK 64-Bit Server VM (build 25.302-b08, mixed mode)
Any ideas what am I missing? Logs are here:
Cheers, Devrim
The text was updated successfully, but these errors were encountered: