"error: release version 17 not supported" when building a sample #4406
-
When trying to compiling the transfer sample
I get a "release version 17 not supported" error, while I have openjdk v17 installed. This is on linux, Fedora 40. I assume you support openjdk?
Below is the error output of
Any idea how to deal with this error? |
Beta Was this translation helpful? Give feedback.
Answered by
niekbouman
Aug 11, 2024
Replies: 1 comment
-
Okay, never mind. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
niekbouman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, never mind.
I solved it myself by manually setting the
JAVA_HOME
env variable to the right jdk. There seemed to be a clash with a newer jdk that was also installed on my system.