-
I tried to execute the build.sh file on a rasbeperry and it claims that the java.net.http module is missing on the raspberry PI. |
Beta Was this translation helpful? Give feedback.
Answered by
wolled
Dec 27, 2021
Replies: 1 comment 10 replies
-
I missed that I had two java versions installed. After I changed from from javac 1.8 to zulu 11 it worked :-) |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
beep-projects
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I missed that I had two java versions installed. After I changed from from javac 1.8 to zulu 11 it worked :-)