Thursday, May 9, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 17807  / 2 Years ago, sat, october 8, 2022, 10:31:59

When I try to run pycharm it shows this error:



ERROR: Cannot start PyCharm
No JDK found. Please validate either PYCHARM_JDK, JDK_HOME or JAVA_HOME environment variable points to valid JDK installation.


I typed python into my terminal and it shows that I have python 3.4 installed, but pycharm cant access it.



How can I fix this?


More From » software-installation

 Answers
6

The problem is not with Python. JDK stands for Java Development Kit, which PyCharm need in order to run.



Try this link to install the Open JDK:



https://stackoverflow.com/questions/14788345/how-to-install-jdk-on-ubuntu-linux


[#23326] Monday, October 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
;