ERROR: Cannot install PyCharm: No JRE found

ERROR: Cannot install PyCharm: No JRE found

我正在尝试在我的 raspberry-pi 4 上安装 PyCharm,但出现此错误:

ERROR: Cannot start PyCharm: No JDK found

我也试过了:

sudo apt install default-jre

但我仍然遇到错误。

The JRE is a subset of the JDK。您可能需要整个 JDK 才能使 PyCharm 正常工作。

试试这个:

sudo apt-get install openjdk-11-jdk