A problem with headless JAVA install by default (with a solution) #602
Maltiec
started this conversation in
Show and tell
Replies: 1 comment 13 replies
-
nope, in colab - still some problems. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ok, so I've come to this problem while installing py5 on Linux and in google colab, this command:
print('Java installed to', jdk.install('17'))
seems to install headless java by default, I've added parameter
jre=True
and it solved the problem:print('Java installed to', jdk.install('17', jre=True))
Looks like installation instruction needs this update?
Beta Was this translation helpful? Give feedback.
All reactions